django1/django/db/models
Anssi Kääriäinen 86c248aa64 Fixed #21249 -- variable name typo in compiler.get_grouping()
The typo could have consequences in exceptional cases, but I didn't
figure out a way to actually produce such a case, so not tests.

Report & patch by Michael Manfre.
2013-10-21 22:08:53 +03:00
..
fields Fixed #21285 -- Fixed E121,E122 pep8 warnings 2013-10-17 20:20:11 -04:00
sql Fixed #21249 -- variable name typo in compiler.get_grouping() 2013-10-21 22:08:53 +03:00
__init__.py Fixed #20625 -- Chainable Manager/QuerySet methods. 2013-07-26 12:41:27 +03:00
aggregates.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
base.py Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Made MigrationWriter look for a "deconstruct" attribute on functions. 2013-09-10 10:12:23 -04:00
expressions.py Removed F.__deepcopy__() 2013-10-17 17:45:56 +03:00
loading.py Fixed #21283 -- Added support for migrations if models is a package. 2013-10-19 09:48:57 -04:00
manager.py Fixed #13724: Corrected routing of write queries involving managers. 2013-09-30 13:05:43 +08:00
options.py Fixed #21236 -- Allowed migrations to work with unique_together tuples. 2013-10-07 09:39:14 -04:00
query.py Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04: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 Fixed #20943 -- Weakly reference senders when caching their associated receivers 2013-08-21 22:30:45 +01:00