django1/django/contrib
Marc Tamlyn c490e410af Fixed #24373 -- Added run_validators to ArrayField.
Thanks to DavidMuller for the report.
2015-02-20 11:51:46 +00:00
..
admin Fixed #15779 -- Allowed 'add' primary key in admin edition 2015-02-14 11:19:55 +01:00
admindocs Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
auth Fixed #24299 -- Added an auth migration to ensure contenttypes is migrated. 2015-02-16 14:52:30 -05:00
contenttypes Moved contrib.contenttypes tests out of contrib. 2015-02-16 17:45:38 -05:00
flatpages Moved contrib.flatpages tests out of contrib. 2015-02-11 10:19:22 -05:00
gis Update converters to take a consistent set of parameters. 2015-02-20 11:35:52 +00:00
humanize Moved contrib.humanize tests out of contrib. 2015-02-11 10:19:22 -05:00
messages Moved contrib.messages tests out of contrib. 2015-02-11 10:19:22 -05:00
postgres Fixed #24373 -- Added run_validators to ArrayField. 2015-02-20 11:51:46 +00:00
redirects Moved contrib.redirects tests out of contrib. 2015-02-11 10:19:22 -05:00
sessions Moved contrib.sessions tests out of contrib. 2015-02-11 10:19:22 -05:00
sitemaps Moved contrib.sitemaps tests out of contrib. 2015-02-11 10:19:22 -05:00
sites Fixed #24332 -- Fixed contrib.sites create_default_site() when 'default' DATABASES is empty. 2015-02-13 07:01:28 -05:00
staticfiles Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
syndication Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
webdesign Moved contrib.webdesign tests out of contrib. 2015-02-11 12:30:07 -05:00
__init__.py