django1/django/db/models
Claude Paroz da9cf53cb5 Fixed #22564 -- Prevented unneeded bytestrings in migrations
In some cases, this could lead to migrations written with Python 2
being incompatible with Python 3.
Thanks Tim Graham for the report and Loïc Bistuer for the advices.
2014-05-06 09:13:07 +02:00
..
fields Fixed #22564 -- Prevented unneeded bytestrings in migrations 2014-05-06 09:13:07 +02:00
sql Fixed #22466 -- ordering by reverse foreign key 2014-05-05 15:28:07 +03:00
__init__.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
aggregates.py Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00
base.py Fixed #22539 -- Copied exclude argument in Model.full_clean() to prevent side effects. 2014-05-01 09:28:11 -04:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
expressions.py Appeased flake8 2.1.0. 2014-04-21 12:27:34 +02:00
loading.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
lookups.py Fixed #22489 -- missing implemenation for search lookup 2014-05-05 14:36:15 +03:00
manager.py Fixed #22236 -- Removed inappropriate usage of signals 2014-04-05 21:00:31 +02:00
options.py Removed Model._meta.module_name per deprecation timeline. 2014-03-21 11:10:34 -04:00
query.py Moved misplaced transaction.atomic from 0dce44e16b 2014-05-03 23:44:40 +02:00
query_utils.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
related.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
signals.py Fixed #21477 -- Renamed db to using in pre/post_migrate signals. 2014-01-12 22:24:33 +01:00