django-eav2/tests
Iwo Herka 2b6f470fa7
Add Q-expr rewriter/fix relational algebra (#1)
* Add debug Q-expr print function

* Change old __unicode__ methods to __str__ format

* Move __unicode__ methods to __str__

* Rewrite AND Q-expressions to safe form

* Make Q-expr debug print method use nicer format

* Document rewrite_q_expr function

* Rewrite/improve queries' test

* Document some more code

* Reorganize and document queryset module

* Add more tests for queries

* Use generic relation attribute instead instead of 'eav_values'

* Update docstring

* Fix a typo

* Move up a variable

* Rename a function

* Check if 'in' filter rhs is not a QuerySet

* Add newline to the end of file

* Fix typo; tweak docstring
2018-05-18 13:18:24 +02:00
..
__init__.py Test fixes + run script. 2017-09-05 12:01:20 +02:00
data_validation.py Test fixes + run script. 2017-09-05 12:01:20 +02:00
limiting_attributes.py Test fixes + run script. 2017-09-05 12:01:20 +02:00
misc_models.py Make tests runnable with Python 3 2018-04-06 13:59:51 +02:00
models.py Add Q-expr rewriter/fix relational algebra (#1) 2018-05-18 13:18:24 +02:00
queries.py Add Q-expr rewriter/fix relational algebra (#1) 2018-05-18 13:18:24 +02:00
registry.py Test fixes + run script. 2017-09-05 12:01:20 +02:00
set_and_get.py Remove lost print 2018-04-06 16:24:34 +02:00
test_settings.py Test fixes + run script. 2017-09-05 12:01:20 +02:00