summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2014-07-23[1.7.x] Fixed #23078 -- Regression in update_contenttypes() interactivity.Nick Sandford
2014-07-23[1.7.x] Fixed #23030 -- Properly handled geometry columns metadata during mig...Claude Paroz
2014-07-23[1.7.x] Adapted SpatialiteGeometryColumns model to spatialite >= 4Claude Paroz
2014-07-21[1.7.x] Replaced instances of 'his/her' with 'their'.Iain Dawson
2014-07-21[1.7.x] Fixed #23064 -- Added lib detection support for GDAL 1.10/1.11Claude Paroz
2014-07-14[1.7.x] Added a newline to appease flake8Alex Gaynor
2014-07-12[1.7.x] Fixed #22939 -- Delayed admin_static backend detectionClaude Paroz
2014-07-06[1.7.x] Fixed pyinotify performance regression in 15f82c7011Claude Paroz
2014-07-05[1.7.x] Fixed various minor doc typos / references.Daniel Hahler
2014-06-24[1.7.x] refs #22487: Don't flush out data from before normal TestCases (spati...Tim Graham
2014-06-23[1.7.x] Removed 'to_field' from ForeignKey(settings.AUTH_USER_MODEL) in admin...Uriel Corfa
2014-06-17[1.7.x] Fixed #22819 -- Renamed output_type -> output_field in query expressi...Tim Graham
2014-06-16[1.7.x] Added database migration for contrib.auth.Tim Graham
2014-06-16[1.7.x] Added database migration for contrib.contenttypes.Tim Graham
2014-06-16[1.7.x] Use __first__ not __latest__ for unknown app dependenciesAndrew Godwin
2014-06-16[1.7.x] Added database migration for contrib.sessions.Tim Graham
2014-06-15[1.7.x] Added database migration for contrib.redirects.Claude Paroz
2014-06-15[1.7.x] Added database migration for contrib.flatpages.Claude Paroz
2014-06-15[1.7.x] Added database migration for contrib.sites.Claude Paroz
2014-06-15[1.7.x] Fixed #22563: Added migration to admin, fixed a few more loader issues.Andrew Godwin
2014-06-13[1.7.x] Fixed #22477 -- Removed contrib middleware from the global settings d...mlavin
2014-06-10[1.7.x] Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
2014-06-10[1.7.x] Fixed #22792 -- Updated checks for list_display_links in model adminGreg Chapple
2014-06-09[1.7.x] Added rollback emulation to spatialite backend; refs #22487.Tim Graham
2014-06-09[1.7.x] Fixed formtools tests with Python 2Claude Paroz
2014-06-08[1.7.x] Gave unique names to SpatialRefSysModels.Aymeric Augustin
2014-06-07[1.7.x] Fixed #22772 -- Defer wizard temporary files deletion.Simon Charette
2014-06-03[1.7.x] Removed erroneous trailing comma in OLMapWidget.js.Egor Semiguzov
2014-06-02[1.7.x] Revert "Fixed #19303 -- Fixed ModelAdmin.formfield_overrides on field...Tim Graham
2014-06-01[1.7.x] Fixed syntax error in ogrinspect.py management command.Fabio Rueda
2014-05-30[1.7.x] Fixed #22299 -- Cleanup wizard temp files when possible.Simon Charette
2014-05-30[1.7.x] Fixed #19905 -- Fixed leakage of file descriptors in form wizard.Florian Apolloner
2014-05-29[1.7.x] Fixed several typos in DjangoAlex Gaynor
2014-05-20[1.7.X] Fixed #22557 -- ManifestStaticFilesStorage did not cleanup deleted fi...Denis Cornehl
2014-05-20[1.7.x] Removed unused translations in auth testsClaude Paroz
2014-05-19[1.7.x] Updated translation catalogsClaude Paroz
2014-05-19[1.7.x] Fixed #22652 -- Replaced UserModel.objects with UserModel._default_ma...Tim Graham
2014-05-19[1.7.x] Removed locale dirs for single-message appsClaude Paroz
2014-05-16[1.7.x] Fixed #22266 - quote PK before redirecting away from add_view (django...Stas Rudakou
2014-05-15[1.7.x] Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-05-15[1.7.x] Fixed #17642 -- Added min_num support to modelformsets, inlines, and ...Anders Steinlein
2014-05-14[1.7.x] Added additional checks in is_safe_url to account for flexible parsing.Erik Romijn
2014-05-10[1.7.x] Fixed #21685 -- Displayed app verbose name in admindocs model indexClaude Paroz
2014-05-07[1.7.x] Restored site header text in password reset view.Ramiro Morales
2014-04-26[1.7.x] Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-25[1.7.x] Fixed #22515 -- Fixed the object_id of the LogEntry that's created af...Tim Graham
2014-04-23[1.7.x] Added Spatialite support to the new migration frameworkClaude Paroz
2014-04-23[1.7.x] Used migration framework in GIS test tearDownClaude Paroz
2014-04-22[1.7.x] Fixed table cleanup in GIS migration testsClaude Paroz
2014-04-22[1.7.x] Fixed removal of GIS column in PostGIS 1.x migrationClaude Paroz