summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2014-08-28[1.7.x] Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
2014-08-27[1.7.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in ...Simon Charette
2014-08-27[1.7.x] Fixed #23075 -- Added documentation on novalidate attribute and made ...Erik Romijn
2014-08-20[1.7.x] Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
2014-08-20[1.7.x] Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USE...Preston Holmes
2014-08-20[1.7.x] Fetched translations from TransifexClaude Paroz
2014-08-15[1.7.x] Fixed #23294 -- Add related_name to existing migrations.Collin Anderson
2014-08-15[1.7.x] Complemented 1.6 release notes for 457c16d0d6Claude Paroz
2014-08-10[1.7.x] Fixed remove_field for spatialite schema changes.Florian Apolloner
2014-08-08[1.7.x] Silenced PostGIS deprecation warnings.Simon Charette
2014-08-07[1.7.x] Fixed #22982 -- Added GenericRelatedObjectManager.__str__. to prevent...Jacob Haslehurst
2014-08-05[1.7.x] Stop errors on older Spatialite versions that miss some tablesAndrew Godwin
2014-08-041.7-specific fix to help text to stop extra migrationAndrew Godwin
2014-08-04[1.7.x] Fixed #23161: Drop PostGIS geography fields correctlyAndrew Godwin
2014-08-04[1.7.x] Fixed #23163: Align user help text with migrationsAndrew Godwin
2014-08-04[1.7.x] Fixed #23153: Properly recreate spatialite triggers on alter tableAndrew Godwin
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