summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2014-12-27[1.7.x] Fixed #24000 -- Corrected contrib.sites default site creation in a mu...Tim Graham
2014-12-27[1.7.x] Fixed #23929 -- Added more tests for create_default_site.wrwrwr
2014-12-22[1.7.x] Fixed #23525 -- Fixed admindocs crash on apps installed as eggs.Tim Graham
2014-12-17[1.7x.] Fixed #23497 -- Made admin system checks run for custom AdminSites.Mosson, Andrew
2014-12-12[1.7.x] Fixed #23857 -- Fixed admin crash with "save as new" and deleting inl...Tim Graham
2014-12-11[1.7.x] Fixed typo in admin deprecation message.Markus Amalthea Magnuson
2014-12-03[1.7.x] Fixed assertion from refs #23939 test.Tim Graham
2014-12-03[1.7.x] Fixed #23939 -- Moved session verification out of SessionAuthenticati...Tim Graham
2014-12-02[1.7.x] Fixed #23934 -- Fixed regression in admin views obj parameter.Kamil Braun
2014-11-25[1.7.x] Fixed #23754 -- Always allowed reference to the primary key in the adminSimon Charette
2014-11-25[1.7.x] Fixed #23898 -- Added missing context to admin's deleted_selected view.Redouane Zait
2014-11-03[1.7.x] Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos
2014-11-03[1.7.x] Confirmed Spatialite 4 supportClaude Paroz
2014-10-31[1.7.x] Fixed #23731 -- Fixed migrations crash when adding blank GeometryFiel...Tim Graham
2014-10-31[1.7.x] Avoided using private API get_template_from_string.Aymeric Augustin
2014-10-30[1.7.x] Fixed #23152 -- Added support for transactional Spatialite metadata i...Tim Graham
2014-10-29[1.7.x] Fixed #23719 -- Fixed MySQL 5.6 crash with GeometryFields in migrations.Tim Graham
2014-10-27[1.7.x] Added GeoDjango compatibility with mysqlclient driverClaude Paroz
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