summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2019-02-06Fixed #30159 -- Removed unneeded use of OrderedDict.Nick Pope
2019-02-04Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.Tim Graham
2019-02-04Fixed #30156 -- Dropped support for SpatiaLite 4.1 and 4.2.Tim Graham
2019-01-31Fixed #30020 -- Fixed reading nulls with LayerMapping.Kathryn Killebrew
2019-01-31Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...Jon Dufresne
2019-01-30Fixed E117 and F405 flake8 warnings.Mariusz Felisiak
2019-01-28Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne
2019-01-27Removed default mode='r' argument from calls to open().Jon Dufresne
2019-01-23Refs #30123 -- Simplified introspection of geography columns on PostGIS.Nick Pope
2019-01-23Refs #30123 -- Changed second arg of DatabaseIntrospection.get_geometry_type(...Nick Pope
2019-01-22Simplified DatabaseIntrospection.get_geometry_type() for PostGIS.Nick Pope
2019-01-17Increased the default PBKDF2 iterations for Django 3.0.Tim Graham
2019-01-17Refs #27991 -- Made obj a required argument of InlineModelAdmin.has_add_permi...Tim Graham
2019-01-17Refs #21221 -- Removed staticfiles and admin_static template tag libraries.Tim Graham
2019-01-17Refs #28841 -- Removed ForceRHR function per deprecation timeline.Tim Graham
2019-01-17Refs #28370 -- Removed support for the context arg of Field.from_db_value() a...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