summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2014-10-10[1.7.x] Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter.Konrad Świat
2014-10-08[1.7.x] Fixed #23611 -- update_or_create failing from a related managerAndré Ericson
2014-10-06[1.7.x] Fixed #23601 -- Ensured view exists in URLconf before importing it in...Markus Holtermann
2014-10-06[1.7.x] Fixed #23604 -- Allowed related m2m fields to be references in the ad...Emmanuelle Delescolle
2014-09-30[1.7.x] Updated translations from TransifexClaude Paroz
2014-09-25[1.7.x] Fixed #23537 -- Added Oracle GIS SchemaEditor.Tim Graham
2014-09-25[1.7.x] Added missing import removed in bad merge.Tim Graham
2014-09-25[1.7.x] Fixed #23538 -- Added SchemaEditor for MySQL GIS.Tim Graham
2014-09-24[1.7.x] Fixed #23539 -- Added get_extra(), get_max_num(), and get_min_num() h...Justin Caratzas
2014-09-23[1.7.x] Skipped a broken geoapp test on Oracle; refs #23504.Tim Graham
2014-09-19[1.7.x] Skipped a broken GIS test on Oracle; refs #23504.Tim Graham
2014-09-19[1.7.x] Made a GIS test work on Oracle.Tim Graham
2014-09-19[1.7.x] Skipped an unsupported test on Oracle GIS.Tim Graham
2014-09-19[1.7.x] Fixed an inspectapp test on Oracle GIS.Tim Graham
2014-09-19[1.7.x] Removed unnecessary order_by() from a GIS test that crashed Oracle.Tim Graham
2014-09-19[1.7.x] Skipped some broken tests on Oracle GIS; refs #23504.Tim Graham
2014-09-19[1.7.x] Improved GIS migration test cleanup; refs #23504.Tim Graham
2014-09-11[1.7.x] Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a...Tim Graham
2014-09-10[1.7.x] Corrected indentation in a contrib.humanize test; refs #23340.Tim Graham
2014-09-08[1.7.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette
2014-09-06[1.7.x] Fixed #23340 -- Corrected naturaltime docs to match behavior.Collin Anderson
2014-09-05[1.7.x] Fixed #22411: Throw a more helpful error if contenttypes doesn't exist.Andrew Godwin
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