django-eav2/eav
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
..
migrations Backwards compatibility 2016-11-03 05:11:44 +09:00
__init__.py Remove Vim directives 2018-04-06 16:53:32 +02:00
admin.py Remove Vim directives 2018-04-06 16:53:32 +02:00
decorators.py Add Q-expr rewriter/fix relational algebra (#1) 2018-05-18 13:18:24 +02:00
fields.py Remove Vim directives 2018-04-06 16:53:32 +02:00
forms.py Remove Vim directives 2018-04-06 16:53:32 +02:00
managers.py Move relational operators from EntityManager to EavQuerySet; allow for chaining 2018-04-26 13:29:57 +02:00
models.py Add Q-expr rewriter/fix relational algebra (#1) 2018-05-18 13:18:24 +02:00
queryset.py Add Q-expr rewriter/fix relational algebra (#1) 2018-05-18 13:18:24 +02:00
registry.py Remove Vim directives 2018-04-06 16:53:32 +02:00
utils.py Add Q-expr rewriter/fix relational algebra (#1) 2018-05-18 13:18:24 +02:00
validators.py Remove Vim directives 2018-04-06 16:53:32 +02:00