summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2022-07-25Fixed #33866 -- Added pathlib.Path support to GDALRaster constructor.Claude Paroz
2022-07-25Simplified various built-in templates.Nick Pope
2022-07-25Fixed typo in django/contrib/admin/options.py comment.Ikko Ashimine
2022-07-23Refs #33691 -- Deprecated insecure password hashers.Claude Paroz
2022-07-23Fixed #33864 -- Deprecated length_is template filter.Nick Pope
2022-07-20Fixed #33833 -- Corrected .closelink admin CSS.Leonid Podriz
2022-07-17Fixed #33728 -- Reordered submit buttons in admin.Alexander Freyr L
2022-07-11Refs #25232 -- Simplified ModelBackend.user_can_authenticate().Tim Graham
2022-07-08Fixed #33718 -- Dropped support for MySQL 5.7.Mariusz Felisiak
2022-07-08Fixed #33829 -- Made BaseConstraint.deconstruct() and equality handle violati...Stéphane "Twidi" Angel
2022-07-07Fixed #33781 -- Restored alignment for admin split-field timezone warnings.Carlton Gibson
2022-06-28Fixed #33805 -- Made admin's many-to-many widgets do not display help text fo...Ankur
2022-06-23Made HashedFilesMixin ignore URLs without a path.Florian Apolloner
2022-06-22Fixed #33028 -- Used ModelAdmin's opts attribute instead of model._meta.Marcelo Galigniana
2022-06-21Fixed #33794 -- Fixed string-casting of GIS queries on PostgreSQL.Claude Paroz
2022-06-18Fixed #33784 -- Removed unnecessary format escaping in admin calendar widget.Ankur
2022-06-17Fixed #33788 -- Added TrigramStrictWordSimilarity() and TrigramStrictWordDist...Matt Brewer
2022-06-16Fixed #33786 -- Confirmed support for GDAL 3.5.Mariusz Felisiak
2022-06-09Fixed #33755 -- Moved ASGI body-file cleanup into request class.Jonas Lundberg
2022-06-03Fixed #33764 -- Deprecated BaseUserManager.make_random_password().Ciaran McCormick
2022-06-01Fixed #33742 -- Added id to GeoJSON serializer.Samir Shah
2022-06-01Fixed #33750 -- Fixed timezone warning alignment with help texts.Florian Demmer
2022-05-26Fixed #22078 -- Fixed crash of Feed with decorated methods.Marcelo Galigniana
2022-05-25Renamed wrapped functions to wrapper.Aymeric Augustin
2022-05-21Fixed #33725 -- Made hidden quick filter in admin's navigation sidebar not fo...Sankalp
2022-05-21Fixed #33727 -- Fixed color contrasts in admin header.Mohammed Y. Alnajdi
2022-05-19Fixed #33717 -- Dropped support for PostgreSQL 11.Mariusz Felisiak
2022-05-17Increased the default PBKDF2 iterations for Django 4.2.Carlton Gibson
2022-05-17Updated source translation catalogs.Mariusz Felisiak
2022-05-17Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.Alokik Vijay
2022-05-16Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone.Marcelo Galigniana
2022-05-11Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher.Mariusz Felisiak
2022-05-10Fixed #30581 -- Added support for Meta.constraints validation.Gagaro
2022-05-06Corrected extract_views_from_urlpatterns()'s docstring.Nikita Sobolev
2022-05-06Fixed #33679 -- Fixed the last inline's id in admin for users without add per...Daniel Hahler
2022-05-04Corrected example in Polygon docstring.Stefan Brand
2022-05-04Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak
2022-05-03Fixed #33667 -- Used --header-branding-color for branding headers in admin.Hrushikesh Vaidya
2022-04-26Fixed #27471 -- Made admin's filter choices collapsable.Marcelo Galigniana
2022-04-25Refs #2259 -- Disallowed primary keys in ModelAdmin.list_editable.siddhartha-star-dev
2022-04-22Refs #27674 --- Deprecated django.contrib.gis.admin.OpenLayersWidget.Mariusz Felisiak
2022-04-20Refactored out RedirectURLMixin.get_success_url().Aymeric Augustin
2022-04-20Simplified LogoutView.get_success_url().Aymeric Augustin
2022-04-20Unified LoginView/LogoutView.get_default_redirect_url() methods.Aymeric Augustin
2022-04-20Renamed LogoutView.get_next_page() to get_success_url().Aymeric Augustin
2022-04-20Refactored out RedirectURLMixin.get_redirect_url().Aymeric Augustin
2022-04-19Removed unnecessary default argument from GET.get() call in LoginView.get_red...Aymeric Augustin
2022-04-18Fixed #33648 -- Prevented extra redirect in LogoutView on invalid next page w...Aymeric Augustin
2022-04-15Fixed #33607 -- Made PostgresIndex.create_sql() respect the "using" argument.Alexandru Mărășteanu
2022-04-15Fixed #11803 -- Allowed admin select widgets to display new related objects.mgaligniana