summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2016-11-28Quoted group name in django/contrib/auth/models.py docstring.Nik Nyby
2016-11-28Refs #26327 -- Renamed JsonAgg to JSONBAgg.Mads Jensen
2016-11-25Fixed #27532 -- Deprecated Model._meta.has_auto_fieldAdam Chainz
2016-11-25Fixed #25966 -- Made get_user_model() work at import time.Aymeric Augustin
2016-11-24Fixed #27531 -- Added block.super to admin's delete confirmation extrahead bl...elky
2016-11-23Fixed #26920 -- Made GEOSGeometry equality check consider the sridJackie Leng
2016-11-22Added tests for contrib.sitemaps.ping_google().Adam Chainz
2016-11-21Refs #17209 -- Fixed token verification for PasswordResetConfirmView POST req...Florian Apolloner
2016-11-16Fixed #27467 -- Made UserAttributeSimilarityValidator max_similarity=0/1 work...Tim Graham
2016-11-16Fixed #27488 -- Added SpatiaLite suppport for IsValid, MakeValid, and __isvalid.Sergey Fedoseev
2016-11-15Refs #27003 -- Fixed JSONField crash on converted values.Brandon Chinn
2016-11-15Refs #27003 -- Fixed SimpleArrayField crash on converted values.Brandon Chinn
2016-11-15Fixed #27393 -- Aligned input boxes in admin password reset forms.Michiel Beijen
2016-11-14Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-11-12Fixed #27448 -- Switched use of functions deprecated in PostGIS 2.2.Christian von Roques
2016-11-12Fixed #27479 -- Fixed GDALClose prototype. (#7546)Sergey Fedoseev
2016-11-12Fixed #27386 -- Wrapped admin's readonly fields in <div> rather than <p>.Jacob Rief
2016-11-11Fixed #27421 -- Added shape, size, and offset controls to GDALRaster construc...Daniel Wiesmann
2016-11-01Fixed #27363 -- Replaced unsafe redirect in SessionMiddleware with Suspicious...Andrew Nester
2016-10-28Fixed #20939 -- Simplified query generation by converting QuerySet to Query.Tim Graham
2016-10-25Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations."Jon Dufresne
2016-10-24Fixed #26357 -- Allowed admin popups to work on links added after page load.Julian Andrews
2016-10-24Added MySQLOperations.geom_func_prefix to simplify.Sergey Fedoseev
2016-10-13Fixed #26954 -- Prevented ModelAdmin.has_module_permission()=False from block...Halil Kaya
2016-10-11Replaced '__' with LOOKUP_SEP constant.Nick Pope
2016-10-10Removed unused contrib.admin.utils.remove_trailing_data_field().Tim Graham
2016-10-10Fixed gis_tests.geoapp when run in isolation.Tim Graham
2016-10-07Fixed #24941 -- Added ModelAdmin.get_exclude().Zach Borboa
2016-10-07Fixed #26327 -- Added JsonAgg to contrib.postgres.Mads Jensen
2016-10-05Fixed #27273 -- Added a construct_change_message() admin utility function.Tim Graham
2016-10-04Fixed #27218 -- Returned LogEntry instances from ModelAdmin.log_*() methods.François Freitag
2016-10-01Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed field det...Claude Paroz
2016-09-30Updated translations from TransifexClaude Paroz
2016-09-30Updated links to the current version of MySQL docs.Tim Graham
2016-09-27Split admin_docs tests into separate files.Tim Graham
2016-09-27Fixed #20705 -- Allowed using PasswordResetForm with user models with an emai...levental
2016-09-27Fixed #27266 -- Allowed using assertFormError()/assertFormsetError() in admin...Tim Graham
2016-09-23Fixed #27261 -- Added missing python-brace-format markerClaude Paroz
2016-09-22Fixed #27257 -- Fixed builtin text lookups on JSONField keys.Simon Charette
2016-09-22Fixed #27158 -- Fixed positioning of admin's many-to-many widgets in rtl.css.Mehdi Pourfar
2016-09-22Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...Tim Graham
2016-09-22Fixed #27056 -- Allowed migrating geometry field dimension on PostGISClaude Paroz
2016-09-21Alphabetized classes in contrib.postgres.operations.Tim Graham
2016-09-21Fixed #26610 -- Added CITextField to contrib.postgres.Mads Jensen
2016-09-20Refs #27025 -- Fixed ArrayField querying on Python 3.6.Tim Graham
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-09-17Simplified PostGIS index creationClaude Paroz
2016-09-17Stopped deleting from the geometry_columns view on PostGISClaude Paroz
2016-09-16Fixed #26697 -- Removed contrib.gis.maps.Tim Graham