summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2019-03-14[2.2.x] Fixed #30237 -- Made Authentication/SessionMiddleware and ModelBacken...Herman S
2019-03-03[2.2.x] Reverted "Fixed relative paths imports per isort 4.3.5."Mariusz Felisiak
2019-02-27[2.2.x] Refs #29523 -- Updated admin's collapse.min.js.Tim Graham
2019-02-25[2.2.x] Fixed #30208 -- Fixed login header height and alignment in the larges...Matthias Kestenholz
2019-02-25[2.2.x] Fixed relative paths imports per isort 4.3.5.Mariusz Felisiak
2019-02-13[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2019-01-30[2.2.x] Fixed E117 and F405 flake8 warnings.Mariusz Felisiak
2019-01-17[2.2.x] Refs #30097 -- Fixed typos in InlineModelAdmin.has_add_permission() d...Tim Graham
2019-01-17Refs #17198 -- Detected existing total ordering in admin changelist.Simon Charette
2019-01-16Updated translation catalogsClaude Paroz
2019-01-16Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio
2019-01-15Removed unexpected chars in Armenian admin translationClaude Paroz
2019-01-11Fixed #29738 -- Allowed serializing psycopg2 range types in migrations.can
2019-01-11Fixed #30097 -- Made 'obj' arg of InlineModelAdmin.has_add_permission() optio...MaximZemskov
2019-01-11Refs #23829 -- Made ping_google command/function use https for the sitemap URL.Sanyam Khurana
2019-01-10Fetched Armenian translations from TransifexClaude Paroz
2019-01-09Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().Joshua Cannon
2019-01-09Fixed #28658 -- Added DISTINCT handling to the Aggregate class.Simon Charette
2019-01-02Used 4 space hanging indent for dictionaries.Tim Graham
2019-01-01Fixed #30050 -- Fixed InlineModelAdmin.has_change_permission() called with no...Tim Graham
2018-12-27Followed style guide for model attribute ordering.Matt Wiens
2018-12-21Fixed #29792 -- Made GeometryField.deconstruct() handle 'extent' and 'toleran...jtiai
2018-12-16Fixed typo in contrib.gis variable name.HyunTae Hwang
2018-12-03Fixed #29930 -- Allowed editing in admin with view-only inlines.Carlton Gibson
2018-11-30Fixed #29997 -- Allowed combining SearchQuerys with different configs.Jaap Roes
2018-11-28Fixed #29929 -- Fixed admin view-only change form crash when using ModelAdmin...Basil Dubyk
2018-11-23Fixed #29978 -- Catched GDALException in GeometryField.to_pythonClaude Paroz
2018-11-20Fixed #29953 -- Added CSS class to column headers in tabular inlines.redodo
2018-11-20Fixed #29282 -- Prevented some admin checks from crashing with TypeError.Sanyam Khurana
2018-11-19Fixed #29961 -- Made RelatedFieldWidgetWrapper hide related item links if wra...redodo
2018-11-18Fixed #29964 -- Removed unused admin/related_widget_wrapper.html template.Vishvajit Pathak
2018-11-16Fixed #29959 -- Cached GEOS version in WKBWriter class.Claude Paroz
2018-11-15Fixed #29952 -- Lowercased all passwords in contrib.auth's auth/common-passwo...Mathew Payne
2018-11-14Fixed #29939 -- Increased Group.name max_length to 150 characters.Timothy Allen
2018-11-14Fixed #29835 -- Made RelatedFieldListFilter respect ModelAdmin.ordering.Hasan Ramezani
2018-11-12Fixed #29945 -- Moved contrib.postgres uninstallation logic to the app config.Simon Charette
2018-11-09Used method chaining in DateTimeShortcuts.js.Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-09Fixed #29917 -- Stopped collecting ModelAdmin.actions from base ModelAdmins.Matthias Kestenholz
2018-11-09Removed unused variables.Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-09Fixed #29931 -- Removed unused ValueError handling in naturalday template tag.Hasan Ramezani
2018-10-31Fixed #29901 -- Allowed overriding an autocomplete/raw_id_fields/radio_fields...Javier Matos Odut
2018-10-29Fixed #29547 -- Added support for partial indexes.Mads Jensen
2018-10-27Fixed #28606 -- Deprecated CachedStaticFilesStorage.Tim Graham
2018-10-22Fixed #29876 -- MySQL does not support SPATIAL fields in unique indices.Florian Apolloner
2018-10-11Fixed #29832 -- Updated Roboto font to v2.137.Mac Chapman
2018-10-10Refs #27795 -- Removed force_bytes() usage from django/utils/http.py.Jon Dufresne
2018-10-09Fixed #29829 -- Remove unused code in contrib.sites.models._simple_domain_nam...Hasan Ramezani
2018-10-09Capitalized "Python" in docs and comments.Jon Dufresne
2018-10-05Refs #27795 -- Removed force_bytes() usage in contrib/staticfiles/storage.py.Jon Dufresne
2018-10-03Refs #27795 -- Removed force_bytes() usage in sessions.Jon Dufresne