Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed #32850 -- Doc'd Sitemap.paginator. | Thomas Guettler | 2021-06-30 | 1 | -0/+9 | |
| | ||||||
* | Fixed #31653 -- Added AddConstraintNotValid()/ValidateConstraint() ↵ | Sanskar Jaiswal | 2021-06-08 | 1 | -0/+36 | |
| | | | | operations for PostgreSQL. | |||||
* | Fixed typos in docs. | Jacob Walls | 2021-06-03 | 1 | -1/+1 | |
| | ||||||
* | Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage. | Gildardo Adrian Maravilla Jacome | 2021-05-31 | 1 | -0/+7 | |
| | ||||||
* | Fixed typos in comments and docs. | David Sanders | 2021-05-29 | 1 | -1/+1 | |
| | ||||||
* | Fixed #32543 -- Added search_help_text to ModelAdmin. | Hasan Ramezani | 2021-05-26 | 1 | -0/+7 | |
| | ||||||
* | Fixed #32375 -- Started deprecation toward changing the default sitemap ↵ | Rohith PR | 2021-05-21 | 1 | -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 Felisiak | 2021-05-20 | 1 | -3/+3 | |
| | ||||||
* | Fixed typo in docs/ref/contrib/admin/index.txt. | David Sanders | 2021-05-19 | 1 | -1/+1 | |
| | ||||||
* | Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. | Nick Pope | 2021-05-17 | 10 | -19/+19 | |
| | ||||||
* | Refs #32720 -- Fixed some broken links in docs. | Nick Pope | 2021-05-17 | 4 | -5/+5 | |
| | ||||||
* | Fixed #32031 -- Added model class for each model to AdminSite.each_context(). | Raffaele Salmaso | 2021-05-13 | 1 | -0/+5 | |
| | ||||||
* | Fixed #32670 -- Allowed GDALRasters to use any GDAL virtual filesystem. | Jordi Castells | 2021-05-07 | 1 | -3/+61 | |
| | ||||||
* | Corrected introduction to range field lookups docs. | Adam Johnson | 2021-04-28 | 1 | -2/+1 | |
| | | | Follow up to 24b9f5082344a127147266dd52d5d2dcd1c9cb44. | |||||
* | Refs #32682 -- Renamed use_distinct variable to may_have_duplicates. | Mariusz Felisiak | 2021-04-27 | 1 | -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 Smith | 2021-04-19 | 1 | -1/+1 | |
| | ||||||
* | Fixed #32575 -- Added support for SpatiaLite 5. | Claude Paroz | 2021-04-08 | 3 | -11/+13 | |
| | ||||||
* | Refs #31578 -- Removed outdated notes about MyISAM in GIS docs. | Mariusz Felisiak | 2021-04-08 | 2 | -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 Felisiak | 2021-04-08 | 2 | -3/+3 | |
| | | | LWGEOM is not required for IsValid(). | |||||
* | Dropped support for GEOS 3.5 and GDAL 2.0. | Claude Paroz | 2021-04-07 | 1 | -7/+5 | |
| | ||||||
* | Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9. | Claude Paroz | 2021-04-07 | 1 | -5/+7 | |
| | ||||||
* | Refs #30156 -- Corrected version in SpatiaLite install instructions. | Mariusz Felisiak | 2021-04-06 | 1 | -1/+1 | |
| | ||||||
* | Fixed #32383 -- Added source map support to ManifestStaticFilesStorage. | Adam Johnson | 2021-04-02 | 1 | -8/+15 | |
| | ||||||
* | Fixed #32353 -- Confirmed support for PROJ 7.X. | Mariusz Felisiak | 2021-03-16 | 1 | -4/+8 | |
| | ||||||
* | Updated datum directory for PROJ 6 in GIS install instructions. | Mariusz Felisiak | 2021-03-15 | 1 | -2/+3 | |
| | ||||||
* | Updated Git branch "master" to "main". | Markus Holtermann | 2021-03-09 | 1 | -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 Felisiak | 2021-03-04 | 1 | -1/+1 | |
| | ||||||
* | Fixed #32271 -- Improved consistency of docs CBV examples. | Jack Aitken | 2021-03-02 | 1 | -2/+2 | |
| | | | | Co-Authored-By: Carles Pina i Estany <carles@pina.cat> | |||||
* | Fixed #30916 -- Added support for functional unique constraints. | Hannes Ljungberg | 2021-02-23 | 1 | -4/+18 | |
| | | | | Thanks Ian Foote and Mariusz Felisiak for reviews. | |||||
* | Fixed #26607 -- Allowed customizing formset kwargs with ↵ | manav014 | 2021-02-15 | 1 | -0/+16 | |
| | | | | | | ModelAdmin.get_formset_kwargs(). Thanks Nick Pope for reviews. | |||||
* | Fixed #32421 -- Made admindocs ModelDetailView show model cached properties. | Ramon Saraiva | 2021-02-11 | 1 | -0/+4 | |
| | ||||||
* | Fixed #32390 -- Dropped support for Oracle 12.2 and 18c. | Mariusz Felisiak | 2021-02-03 | 1 | -1/+1 | |
| | ||||||
* | Refs #26167 -- Corrected OpClass() example in docs. | Hannes Ljungberg | 2021-01-25 | 1 | -1/+4 | |
| | ||||||
* | Fixed #32371 -- Doc'd jquery.init.js dependency for admin widgets. | Matthias Kestenholz | 2021-01-20 | 1 | -1/+4 | |
| | ||||||
* | Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3. | Mariusz Felisiak | 2021-01-19 | 4 | -15/+12 | |
| | ||||||
* | Refs #12990 -- Removed django.contrib.postgres.forms.JSONField per ↵ | Mariusz Felisiak | 2021-01-14 | 1 | -19/+0 | |
| | | | | deprecation timeline. | |||||
* | Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per ↵ | Mariusz Felisiak | 2021-01-14 | 1 | -53/+0 | |
| | | | | deprecation timeline. | |||||
* | Removed versionadded/changed annotations for 3.1. | Mariusz Felisiak | 2021-01-14 | 11 | -79/+0 | |
| | ||||||
* | Fixed #31259 -- Added admin dark theme. | mimi89999 | 2021-01-14 | 1 | -1/+8 | |
| | ||||||
* | Fixed #16117 -- Added decorators for admin action and display functions. | Nick Pope | 2021-01-13 | 2 | -76/+223 | |
| | | | Refs #25134, #32099. | |||||
* | Fixed #26167 -- Added support for functional indexes. | Hannes Ljungberg | 2021-01-13 | 1 | -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 Dufresne | 2021-01-12 | 1 | -0/+13 | |
| | | | Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | |||||
* | Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format. | Florian Apolloner | 2021-01-07 | 1 | -0/+4 | |
| | | | | Co-authored-by: Craig Smith <hello@craigiansmith.com.au> | |||||
* | Fixed #32018 -- Extracted admin colors into CSS variables. | Matthias Kestenholz | 2021-01-07 | 1 | -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 Felisiak | 2020-12-30 | 1 | -1/+1 | |
| | ||||||
* | Refs #30367 -- Changed remaining "pip install" to "python -m pip install" in ↵ | Jon Dufresne | 2020-12-23 | 1 | -1/+1 | |
| | | | | docs. | |||||
* | Fixed #32273 -- Doc'd AdminSite.unregister(). | Hasan Ramezani | 2020-12-16 | 1 | -0/+7 | |
| | ||||||
* | Corrected docs regarding attributes required for logging in to the admin. | Jan Pieter Waagmeester | 2020-12-11 | 1 | -2/+1 | |
| | | | Regression in 939dcff24f8e97d114595b102fb12348da482135. | |||||
* | Fixed #32232 -- Fixed typo in docs/ref/contrib/admin/actions.txt. | Hasan Ramezani | 2020-11-30 | 1 | -1/+1 | |
| | ||||||
* | Refs #32230 -- Made LayerMapping support pathlib.Path. | Mariusz Felisiak | 2020-11-28 | 1 | -0/+4 | |
| |