django1/django/db/models
Anssi Kääriäinen 1016159f34 Proof-of-concept fix for #16731
Implemented only for SQLite and PostgreSQL, and only for startswith
and istartswith lookups.
2013-12-28 18:37:04 +02:00
..
fields Merge branch 'master' into lookups_3 2013-12-21 22:53:10 +02:00
sql Merge branch 'master' into lookups_3 2013-12-21 22:53:10 +02:00
__init__.py Made Lookup and Extract available from django.db.models 2013-12-21 23:59:52 +02:00
aggregates.py Fixed review notes by Loic 2013-12-21 23:06:29 +02:00
base.py Moved the new app cache inside core. 2013-12-17 10:17:46 +01:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
expressions.py Fixed #17027 -- Added support for the power operator in F expressions. 2013-10-22 10:29:57 -04:00
loading.py Moved the new app cache inside core. 2013-12-17 10:17:46 +01:00
lookups.py Proof-of-concept fix for #16731 2013-12-28 18:37:04 +02:00
manager.py Fixed #13724: Corrected routing of write queries involving managers. 2013-09-30 13:05:43 +08:00
options.py Normalized Model._meta.installed. 2013-12-17 21:55:16 +01:00
query.py Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
query_utils.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
related.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
signals.py Moved the new app cache inside core. 2013-12-17 10:17:46 +01:00