django1/django/contrib
Markus Holtermann aa5ef0d4fc Fixed #23822 -- Added support for serializing model managers in migration
Thanks to Shai Berger, Loïc Bistuer, Simon Charette, Andrew Godwin,
Tim Graham, Carl Meyer, and others for their review and input.
2014-12-15 08:34:15 -05:00
..
admin Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
admindocs Removed direct references to template-related settings. 2014-11-23 11:54:22 +01:00
auth Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
contenttypes Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
flatpages Fixed template tag braces spacing. 2014-12-12 09:34:18 -05:00
gis Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range 2014-12-13 12:45:58 -05:00
humanize Updated translations from Transifex 2014-09-30 20:55:50 +02:00
messages Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
postgres Remove text-mangling of default values. 2014-12-09 09:10:51 +00:00
redirects Updated translations from Transifex 2014-09-30 20:55:50 +02:00
sessions Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
sitemaps Made the ping_google command override BaseCommand.handle() rather than execute(). 2014-10-19 22:26:51 +07:00
sites Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
staticfiles Fixed #23701 -- Removed an unneeded check in collectstatic. 2014-10-22 13:11:37 -04:00
syndication Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
webdesign Avoided using private API get_template_from_string. 2014-10-31 11:38:53 +01:00
__init__.py