summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #32850 -- Doc'd Sitemap.paginator.Thomas Guettler2021-06-301-0/+9
|
* Fixed #31653 -- Added AddConstraintNotValid()/ValidateConstraint() ↵Sanskar Jaiswal2021-06-081-0/+36
| | | | operations for PostgreSQL.
* Fixed typos in docs.Jacob Walls2021-06-031-1/+1
|
* Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.Gildardo Adrian Maravilla Jacome2021-05-311-0/+7
|
* Fixed typos in comments and docs.David Sanders2021-05-291-1/+1
|
* Fixed #32543 -- Added search_help_text to ModelAdmin.Hasan Ramezani2021-05-261-0/+7
|
* Fixed #32375 -- Started deprecation toward changing the default sitemap ↵Rohith PR2021-05-211-0/+5
| | | | | | | protocol to https. The default sitemap protocol, when it is built outside the context of a request, will be changed from 'http' to 'https' in Django 5.0.
* Changed IRC references to Libera.Chat.Mariusz Felisiak2021-05-201-3/+3
|
* Fixed typo in docs/ref/contrib/admin/index.txt.David Sanders2021-05-191-1/+1
|
* Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope2021-05-1710-19/+19
|
* Refs #32720 -- Fixed some broken links in docs.Nick Pope2021-05-174-5/+5
|
* Fixed #32031 -- Added model class for each model to AdminSite.each_context().Raffaele Salmaso2021-05-131-0/+5
|
* Fixed #32670 -- Allowed GDALRasters to use any GDAL virtual filesystem.Jordi Castells2021-05-071-3/+61
|
* Corrected introduction to range field lookups docs.Adam Johnson2021-04-281-2/+1
| | | Follow up to 24b9f5082344a127147266dd52d5d2dcd1c9cb44.
* Refs #32682 -- Renamed use_distinct variable to may_have_duplicates.Mariusz Felisiak2021-04-271-2/+4
| | | | | QuerySet.distinct() is not the only way to avoid duplicate, it's also not preferred.
* Fixed #32574 -- Confirmed support for PROJ 8.x.David Smith2021-04-191-1/+1
|
* Fixed #32575 -- Added support for SpatiaLite 5.Claude Paroz2021-04-083-11/+13
|
* Refs #31578 -- Removed outdated notes about MyISAM in GIS docs.Mariusz Felisiak2021-04-082-18/+2
| | | InnoDB supports spatial data types in MySQL 5.7+ and MariaDB 10.2+.
* Refs #27488 -- Corrected detection of IsValid() support on SpatiaLite.Mariusz Felisiak2021-04-082-3/+3
| | | LWGEOM is not required for IsValid().
* Dropped support for GEOS 3.5 and GDAL 2.0.Claude Paroz2021-04-071-7/+5
|
* Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.Claude Paroz2021-04-071-5/+7
|
* Refs #30156 -- Corrected version in SpatiaLite install instructions.Mariusz Felisiak2021-04-061-1/+1
|
* Fixed #32383 -- Added source map support to ManifestStaticFilesStorage.Adam Johnson2021-04-021-8/+15
|
* Fixed #32353 -- Confirmed support for PROJ 7.X.Mariusz Felisiak2021-03-161-4/+8
|
* Updated datum directory for PROJ 6 in GIS install instructions.Mariusz Felisiak2021-03-151-2/+3
|
* Updated Git branch "master" to "main".Markus Holtermann2021-03-091-2/+2
| | | | | | This change follows a long discussion on django-develops: https://groups.google.com/g/django-developers/c/tctDuKUGosc/
* Fixed typo in docs/ref/contrib/postgres/fields.txt.Mariusz Felisiak2021-03-041-1/+1
|
* Fixed #32271 -- Improved consistency of docs CBV examples.Jack Aitken2021-03-021-2/+2
| | | | Co-Authored-By: Carles Pina i Estany <carles@pina.cat>
* Fixed #30916 -- Added support for functional unique constraints.Hannes Ljungberg2021-02-231-4/+18
| | | | Thanks Ian Foote and Mariusz Felisiak for reviews.
* Fixed #26607 -- Allowed customizing formset kwargs with ↵manav0142021-02-151-0/+16
| | | | | | ModelAdmin.get_formset_kwargs(). Thanks Nick Pope for reviews.
* Fixed #32421 -- Made admindocs ModelDetailView show model cached properties.Ramon Saraiva2021-02-111-0/+4
|
* Fixed #32390 -- Dropped support for Oracle 12.2 and 18c.Mariusz Felisiak2021-02-031-1/+1
|
* Refs #26167 -- Corrected OpClass() example in docs.Hannes Ljungberg2021-01-251-1/+4
|
* Fixed #32371 -- Doc'd jquery.init.js dependency for admin widgets.Matthias Kestenholz2021-01-201-1/+4
|
* Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.Mariusz Felisiak2021-01-194-15/+12
|
* Refs #12990 -- Removed django.contrib.postgres.forms.JSONField per ↵Mariusz Felisiak2021-01-141-19/+0
| | | | deprecation timeline.
* Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per ↵Mariusz Felisiak2021-01-141-53/+0
| | | | deprecation timeline.
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-1411-79/+0
|
* Fixed #31259 -- Added admin dark theme.mimi899992021-01-141-1/+8
|
* Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope2021-01-132-76/+223
| | | Refs #25134, #32099.
* Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg2021-01-131-7/+63
| | | | | | Thanks Simon Charette, Mads Jensen, and Mariusz Felisiak for reviews. Co-authored-by: Markus Holtermann <info@markusholtermann.eu>
* Fixed #31747 -- Fixed model enumeration via admin URLs.Jon Dufresne2021-01-121-0/+13
| | | Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
* Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format.Florian Apolloner2021-01-071-0/+4
| | | | Co-authored-by: Craig Smith <hello@craigiansmith.com.au>
* Fixed #32018 -- Extracted admin colors into CSS variables.Matthias Kestenholz2021-01-071-0/+28
| | | | | | | | | | | | | | | | | | | Defined all colors used in the admin CSS as variables. Implemented the following standardizations and accessibility improvements while at it: - Improved the contrast of text to not use ratios of less than 3:1 anymore. - Most hover states already used desaturated and darkened colors. Changed object tools to follow the same rule instead of showing the primary color on hover. Various places used similar colors; those have been merged with the goal of reducing the count of CSS variables. Contrasts have been improved in a few places. - Many borders used slightly different colors (e.g. #eaeaea vs. #eee) - Help texts used #999, this has been changed to --body-quiet-color (#666) which has a better contrast. Introduced fast color transitions on links and buttons.
* Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.Mariusz Felisiak2020-12-301-1/+1
|
* Refs #30367 -- Changed remaining "pip install" to "python -m pip install" in ↵Jon Dufresne2020-12-231-1/+1
| | | | docs.
* Fixed #32273 -- Doc'd AdminSite.unregister().Hasan Ramezani2020-12-161-0/+7
|
* Corrected docs regarding attributes required for logging in to the admin.Jan Pieter Waagmeester2020-12-111-2/+1
| | | Regression in 939dcff24f8e97d114595b102fb12348da482135.
* Fixed #32232 -- Fixed typo in docs/ref/contrib/admin/actions.txt.Hasan Ramezani2020-11-301-1/+1
|
* Refs #32230 -- Made LayerMapping support pathlib.Path.Mariusz Felisiak2020-11-281-0/+4
|