django1/django/contrib
Anubhav Joshi 5643a3b51b Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise ValueError.
This prevents silent data loss.

Thanks Aymeric Augustin for the initial patch and Loic Bistuer for the review.
2014-06-05 13:12:01 -04:00
..
admin Fixed #22746 -- Removed background property from pre/code in admin CSS. 2014-06-05 12:03:17 -04:00
admindocs Updated translation catalogs 2014-05-19 15:17:35 +02:00
auth Fixed several typos in Django 2014-05-28 17:39:14 -07:00
contenttypes Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise ValueError. 2014-06-05 13:12:01 -04:00
flatpages Fixed #22384 -- Deprecated reversing URLs by dotted path. 2014-06-03 07:30:14 -04:00
formtools Fixed #19905 -- Fixed leakage of file descriptors in form wizard. 2014-05-30 21:58:42 +02:00
gis Removed erroneous trailing comma in OLMapWidget.js. 2014-06-03 07:44:06 -04:00
humanize Updated translation catalogs 2014-05-19 15:17:35 +02:00
messages Fixed #22384 -- Deprecated reversing URLs by dotted path. 2014-06-03 07:30:14 -04:00
postgres Added array field support for PostgreSQL. 2014-05-22 09:53:26 +01:00
redirects Updated translation catalogs 2014-05-19 15:17:35 +02:00
sessions Updated translation catalogs 2014-05-19 15:17:35 +02:00
sitemaps Fixed #22384 -- Deprecated reversing URLs by dotted path. 2014-06-03 07:30:14 -04:00
sites Updated translation catalogs 2014-05-19 15:17:35 +02:00
staticfiles Fixed #22557 -- ManifestStaticFilesStorage did not cleanup deleted files. 2014-05-20 18:14:49 +02:00
syndication Removed locale dirs for single-message apps 2014-05-19 14:13:01 +02:00
webdesign Removed locale dirs for single-message apps 2014-05-19 14:13:01 +02:00
__init__.py