summaryrefslogtreecommitdiff
path: root/django/contrib
Commit message (Expand)AuthorAgeFilesLines
* Fixed CVE-2021-33203 -- Fixed potential path-traversal via admindocs' Templat...Florian Apolloner2021-06-021-1/+2
* Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.Gildardo Adrian Maravilla Jacome2021-05-311-0/+9
* Refs #32319 -- Changed HashedFilesMixin to use named groups in patterns.Gildardo Adrian Maravilla Jacome2021-05-311-6/+15
* Refs #24121 -- Added __repr__() to PermWrapper.abhiabhi942021-05-281-0/+3
* Fixed #32543 -- Added search_help_text to ModelAdmin.Hasan Ramezani2021-05-264-1/+13
* Fixed #32375 -- Started deprecation toward changing the default sitemap proto...Rohith PR2021-05-211-0/+12
* Renamed "object" argument of ModelAdmin.log_addition(), log_change(), and log...David Sanders2021-05-201-11/+11
* Fixed #32771 -- Used IS_POPUP_VAR constant instead of hard-coded value.David Sanders2021-05-204-4/+6
* Fixed #32765 -- Removed "for" HTML attribute from ReadOnlyPasswordHashWidget.David Sanders2021-05-191-0/+3
* Fixed #32766 -- Removed unused ORDER_TYPE_VAR.David Sanders2021-05-191-3/+1
* Fixed #32754 -- Made AdminSite.catch_all_view() respect SCRIPT_NAME.Slava Skvortsov2021-05-181-3/+2
* Fixed #32721 -- Fixed migrations crash when adding namespaced spatial indexes...snowman22021-05-141-4/+3
* Refs #32721 -- Made PostGISSchemaEditor._create_index_sql() call super()._cre...snowman22021-05-131-17/+16
* Fixed #32031 -- Added model class for each model to AdminSite.each_context().Raffaele Salmaso2021-05-131-0/+1
* Fixed #32366 -- Updated datetime module usage to recommended approach.Nick Pope2021-05-123-14/+9
* Fixed #32670 -- Allowed GDALRasters to use any GDAL virtual filesystem.Jordi Castells2021-05-072-8/+14
* Fixed capitalization of "ECMAScript" and "JavaScript".Nick Pope2021-04-293-3/+3
* Refs #32682 -- Renamed lookup_needs_distinct() to lookup_spawns_duplicates().Mariusz Felisiak2021-04-293-11/+15
* Refs #32675 -- Removed to_field from ForeignKeys in contrib apps' migrations.David Wobrock2021-04-293-3/+0
* Fixed #32682 -- Made admin changelist use Exists() instead of distinct() for ...Mariusz Felisiak2021-04-271-11/+12
* Refs #32682 -- Renamed use_distinct variable to may_have_duplicates.Mariusz Felisiak2021-04-272-11/+15
* Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin template.Zain Patel2021-04-262-0/+4
* Fixed #32647 -- Restored multi-row select with shift-modifier in admin change...Carlton Gibson2021-04-211-1/+27
* Fixed #32664 -- Made PasswordResetTokenGenerator.secret validation lazy.François Freitag2021-04-201-2/+9
* Fixed #32643 -- Fixed decoding of messages in the pre-Django 3.2 format.Florian Apolloner2021-04-141-1/+2
* Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.Arthur Jovart2021-04-141-4/+3
* Fixed #32649 -- Fixed ModelAdmin.search_fields crash when searching against p...Mariusz Felisiak2021-04-141-1/+1
* Fixed #31937 -- Eased translation of time strings in some languages.Claude Paroz2021-04-104-109/+109
* Added missing "event" argument to addEventListener() call in actions.js.Raymond Nunez2021-04-091-1/+1
* Fixed #32575 -- Added support for SpatiaLite 5.Claude Paroz2021-04-083-3/+20
* Refs #27488 -- Corrected detection of IsValid() support on SpatiaLite.Mariusz Felisiak2021-04-081-1/+1
* Dropped support for GEOS 3.5 and GDAL 2.0.Claude Paroz2021-04-073-14/+3
* Refs #32074 -- Made ExclusionConstraint.__repr__() use Deferrable.__repr__().Mariusz Felisiak2021-04-071-1/+1
* Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.Claude Paroz2021-04-071-2/+5
* Updated translations from Transifex.Claude Paroz2021-04-06240-1844/+2998
* Fixed #32383 -- Added source map support to ManifestStaticFilesStorage.Adam Johnson2021-04-021-0/+3
* Fixed #32316 -- Deferred accessing __file__.William Schwartz2021-04-011-2/+7
* Removed unnecessary left/right in admin sidebar CSS.Mariusz Felisiak2021-03-311-3/+0
* Fixed #32204 -- Added quick filter to admin's navigation sidebar.Maxim Milovanov2021-03-313-0/+79
* Refs #32260 -- Made admindocs and technical 404 debug page use view_func.view...Adam Johnson2021-03-301-0/+3
* Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.Johannes Maron2021-03-182-2/+5
* Refs #32508 -- Raised ImproperlyConfigured instead of using "assert" in Sessi...Daniyal2021-03-161-4/+7
* Refs #32508 -- Raised ImproperlyConfigured instead of using "assert" in middl...Hasan Ramezani2021-03-112-11/+15
* Fixed #32512 -- Fixed admin dark theme for autocomplete fields.mimi899992021-03-102-8/+16
* Refs #32018 -- Corrected color variable for toggle links in admin.Mariusz Felisiak2021-03-091-1/+1
* Refs #32018 -- Used --darkened-bg for <pre> elements.Mariusz Felisiak2021-03-091-1/+1
* Fixed #32494 -- Adjusted system check for raw_id_fields to warn about Field.a...Hasan Ramezani2021-03-041-0/+8
* Corrected messages of admin checks for invalid model field names.Hasan Ramezani2021-03-041-2/+2
* Fixed #27854 -- Added system check for nonexistent directories in STATICFILES...Jacob Walls2021-03-031-4/+12
* Refs #27854 -- Skipped subsequent checks if STATICFILES_DIRS is not a list or...Jacob Walls2021-03-031-0/+1