summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2014-08-01Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.Tim Graham
2014-08-01Fixed #21940 -- Added kwargs to contribute_to_class() of model fields..Mitar
2014-07-31Fixed #22956 -- Made PermissionManager.get_by_natural_key() use the correct d...Jürno Ader
2014-07-31Fixed #13163 -- Added ability to show change links on inline objects in admin.Nick Sandford
2014-07-29Fixed #22962 -- Default values for ArrayField with migrations.Marc Tamlyn
2014-07-24Fixed #22849 -- Added Session.__str__()Nick Sandford
2014-07-23Fixed #22891 -- Clarified that collecstatic --clear with delete all files in ...Tim Graham
2014-07-23Fixed #23078 -- Regression in update_contenttypes() interactivity.Nick Sandford
2014-07-23Fixed #23030 -- Properly handled geometry columns metadata during migrationsClaude Paroz
2014-07-23Adapted SpatialiteGeometryColumns model to spatialite >= 4Claude Paroz
2014-07-21Fixed typo in PermissionsMixin.groups.help_text.Iain Dawson
2014-07-21Replaced instances of 'his/her' with 'their'.Iain Dawson
2014-07-21Fixed #23064 -- Added lib detection support for GDAL 1.10/1.11Claude Paroz
2014-07-18Fixed #23028: Added unique_togther support to inspectdb.Damien Nozay
2014-07-15Fixed #22907 -- Array contains must have same type.Marc Tamlyn
2014-07-14Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham
2014-07-13Added a newline to appease flake8Alex Gaynor
2014-07-12Fixed #22939 -- Delayed admin_static backend detectionClaude Paroz
2014-07-11Bump the default iterations for PBKDF2.Alex Gaynor
2014-07-10Added contrib.auth migration for refs #13147.Tim Graham
2014-07-10Fixed #13147 -- Moved User validation logic from form to model.Yin Jifeng
2014-07-09Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi
2014-07-09Fixed #22223 -- Prevented over-escaping URLs in reverse()Claude Paroz
2014-07-08Fixed #21832 -- Updated prompt, tests, and docs to show that USERNAME_FIELD s...Anubhav Joshi
2014-07-06Fixed pyinotify performance regression in 15f82c7011Claude Paroz
2014-07-05Fixed various minor doc typos / references.Daniel Hahler
2014-07-04Fixed #20631 -- Increased the default EmailField max_length to 254.Tim Graham
2014-07-03Fixed #21755 -- Added ForeignKey support to REQUIRED_FIELDS.Anubhav Joshi
2014-07-01Removed django/contrib/auth/create_superuser.pyTim Graham
2014-06-30Fixed #8162 -- Increased Permission.name max_length to 255 characters.Tim Graham
2014-06-29Fixed a flake8 warningAlex Gaynor
2014-06-28Fixed #16184 -- Fixed multiple PostGIS types introspectionClaude Paroz
2014-06-26Fixed #22894 -- Made admin add related/raw ID fields widgets customizable.Riccardo Magliocchetti
2014-06-24Restored is_anonymous() check in ModelBackend permission checking removed in ...Tim Graham
2014-06-23Fixed #17903 -- Modified ModelBackend to eliminate permissions on inactive us...Jorge C. Leitão
2014-06-23Simplified test of contrib.auth.tests.Jorge C. Leitão
2014-06-23Removed 'to_field' from ForeignKey(settings.AUTH_USER_MODEL) in admin's initi...Uriel Corfa
2014-06-21Fixed #22793 -- Updated import location for GeometryColumns in testsClaude Paroz
2014-06-20Fixed test from refs #22782.Tim Graham
2014-06-20Fixed #22782 -- Added i18n attr to Sitemap classLuan Pablo
2014-06-19Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte
2014-06-17Fixed #22819 -- Renamed output_type -> output_field in query expression API.Tim Graham
2014-06-16Added database migration for contrib.auth.Tim Graham
2014-06-16Added database migration for contrib.contenttypes.Tim Graham
2014-06-16Use __first__ not __latest__ for unknown app dependenciesAndrew Godwin
2014-06-16Added database migration for contrib.sessions.Tim Graham
2014-06-15Added database migration for contrib.redirects.Claude Paroz
2014-06-15Added database migration for contrib.flatpages.Claude Paroz
2014-06-15Added database migration for contrib.sites.Claude Paroz
2014-06-15Fixed #22563: Added migration to admin, fixed a few more loader issues.Andrew Godwin