summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2023-12-01[5.0.x] Improved wording in auth.models.User field docs.Adrien
2023-11-28[5.0.x] Removed link to lawrence.com in contrib.sites docs.Adam Johnson
2023-11-15[5.0.x] Refs #33690 -- Added missing data-theme selector to example in themin...William Hayes
2023-11-02[5.0.x] Fixed #34813 -- Doc'd usage of integrity HTML attribute with Manifest...Patrick Rauscher
2023-10-27[5.0.x] Fixed typo in docs/ref/contrib/gis/geos.txt.Izzy Hyman
2023-10-25[5.0.x] Added missing pycon directives in various docs.Mariusz Felisiak
2023-10-07[5.0.x] Added missing import in docs/ref/contrib/contenttypes.txt.sag᠎e
2023-10-05[5.0.x] Fixed #34759 -- Confirmed support for SpatiaLite 5.1.pieterck
2023-09-27[5.0.x] Added warning about flatpages and untrusted users.Mariusz Felisiak
2023-09-18Fixed #33651 -- Added support for prefetching GenericForeignKey.Clément Escolano
2023-09-18Fixed #34560 -- Updated admin's jQuery to 3.7.1.Mariusz Felisiak
2023-09-16Fixed #31558 -- Added support for boolean attribute on properties in ModelAdm...Ryanwalker277
2023-09-05Fixed #34730 -- Added django.contrib.messages.test.MessagesTestMixin.assertMe...François Freitag
2023-09-04Refs #34233 -- Bumped minimum supported version of docutils to 0.19.Jacob Walls
2023-09-04Fixed #34814 -- Confirmed support for PostGIS 3.4.Nick Pope
2023-08-30 Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...Nick Pope
2023-08-25Refs #34730 -- Made Message importable from django.contrib.messages.François Freitag
2023-08-05Fixed #34739 -- Added GEOSGeometry.equals_identical() method.Olivier Tabone
2023-08-04Fixed #34760 -- Dropped support for SQLite < 3.27.Mariusz Felisiak
2023-08-04Fixed #34686 -- Added support for GEOS 3.12.Olivier Tabone
2023-08-03Fixed #34761 -- Dropped support for MySQL < 8.0.11.Mariusz Felisiak
2023-08-01Corrected pycon formatting in some docs.Almaz Kunpeissov
2023-07-14Fixed #34677 -- Made admin password reset templates more consistent.priyank.panchal
2023-07-10Fixed #34688 -- Removed contrib.sitemaps.ping_google() and ping_google manage...Andrew Northall
2023-07-07Refs #9602 -- Moved AlreadyRegistered/NotRegistered exceptions to django.cont...Mariusz Felisiak
2023-07-07Fixed #9602 -- Added AdminSite.get_model_admin().Mariusz Felisiak
2023-06-30Fixed #34572 -- Added support for GDAL 3.7.Mariusz Felisiak
2023-06-29Fixed #34685 -- Dropped support for GEOS 3.6 and 3.7.Mariusz Felisiak
2023-06-29Fixed #34684 -- Dropped support for GDAL 2.2 and 2.3.Mariusz Felisiak
2023-06-29Refs #34572 -- Added missing GDAL_PIXEL_TYPES from GDAL 3.5+.Claude Paroz
2023-06-27Fixed #34391 -- Added async-compatible interface to auth functions and relate...Jon Janzen
2023-06-23Improved style of n-tuple wording in docs and comments.Nick Pope
2023-06-16Fixed #34629 -- Added filtering support to GIS aggregates.Olivier Le Thanh Duong
2023-06-05Fixed #34621 -- Made admin site header render in <div> tag.Howard Cox
2023-05-18Fixed #34565 -- Added support for async checking of user passwords.HappyDingning
2023-05-17Updated broken links in docs.Mariusz Felisiak
2023-04-27Refs #33662 -- Corrected Sitemap.get_languages_for_item() signature in docs.Andrei Shabanski
2023-04-25Replaced docutils link by PyPI reference.Claude Paroz
2023-04-21Added meaningful titles to ..admonition:: directives.Mariusz Felisiak
2023-04-17Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter().sarahboyce
2023-04-17Used extlinks for PyPI links.Tim Graham
2023-04-15Fixed #34419 -- Doc'd django.contrib.admin.sites.all_sites.Edison Wang
2023-03-18Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage optional.Mariusz Felisiak
2023-03-12Corrected example in CreateCollation() docs.Adam Johnson
2023-03-09Doc'd that action descriptions are %-formatted.Mariusz Felisiak
2023-03-09Fixed #34395 -- Updated admin's jQuery to 3.6.4.Mariusz Felisiak
2023-03-08Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock
2023-03-03Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce
2023-03-01Fixed #34367 -- Updated instructions for installing GeoDjango on Windows.Heath Henley
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot