summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #33446 -- Added CSS source map support to ManifestStaticFilesStorage.Adam Johnson2022-01-181-2/+6
|
* Fixed typo in docs/ref/contrib/admin/index.txt.Scott Pashley2022-01-121-1/+1
|
* Fixed typo in docs/ref/contrib/admin/index.txt.Victor Peralta2022-01-111-1/+1
|
* Fixed #33428 -- Confirmed support for PostGIS 3.2.Nick Pope2022-01-101-1/+2
|
* Corrected directive for signals in django.contrib.auth docs.Mariusz Felisiak2022-01-101-3/+3
|
* Improved @display(empty_value) example in ModelAdmin.empty_value_display docs.mangelozzi2021-12-301-1/+1
|
* Avoided counting attributes and methods in docs.Mariusz Felisiak2021-12-281-5/+3
|
* Refs #33342 -- Deprecated ExclusionConstraint.opclasses.Hannes Ljungberg2021-12-271-12/+16
|
* Fixed #33342 -- Added support for using OpClass() in exclusion constraints.Hannes Ljungberg2021-12-242-6/+37
|
* Fixed #32600 -- Fixed Geometry collections and Polygon segmentation fault on ↵Brenton Partridge2021-12-211-0/+2
| | | | macOS ARM64.
* Fixed #33316 -- Added pagination to admin history view.mgaligniana2021-12-151-0/+4
|
* Fixed #16063 -- Adjusted admin changelist searches spanning multi-valued ↵Jacob Walls2021-12-151-0/+32
| | | | | | | relationships. This reduces the likelihood of admin searches issuing queries with excessive joins.
* Fixed #19721 -- Allowed admin filters to customize the list separator.Shreya Bamne2021-12-081-0/+19
|
* Refs #19721 -- Corrected list formatting in admin filters docs.Shreya Bamne2021-12-081-1/+1
|
* Refs #19721 -- Moved ModelAdmin.list_filter docs into a separate file.Shreya Bamne2021-11-182-152/+198
| | | | Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
* Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to ↵Mariusz Felisiak2021-11-051-7/+0
| | | | | | | | | | ManifestStaticFilesStorage." This reverts commit 91e21836f667c784a8a63ab1f18d81f553e679cb. `export` and `import` directives have several syntax variants and not all of them were properly covered. Thanks Hervé Le Roy for the report.
* Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ↵Guilherme Martins Crocetti2021-11-041-5/+27
| | | | range fields.
* Refs #33182 -- Adjusted custom admin theming example to use correct template ↵Carlton Gibson2021-10-271-1/+1
| | | | block.
* Fixed #33182 -- Moved admin dark mode vars to separate stylesheet and ↵Matteo Vitali2021-10-271-4/+10
| | | | template block.
* Fixed #33215 -- Confirmed support for GEOS 3.10.Mariusz Felisiak2021-10-211-1/+2
|
* Fixed #33210 -- Clarified docs for sitemaps ping_google() helper.Arkadiusz Adamski2021-10-211-5/+10
|
* Fixed #25916 -- Added lastmod support to sitemap index view.David Smith2021-10-211-2/+40
| | | | Co-authored-by: Matthew Downey <matthew.downey@webit.com.au>
* Refs #27694 -- Doc'd lookups that can be chained with HStoreField key ↵Sarah Abderemane2021-10-041-0/+7
| | | | transforms.
* Refs #32943 -- Added support for covering exclusion constraints using ↵Nick Pope2021-10-011-1/+7
| | | | SP-GiST indexes on PostgreSQL 14+.
* Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.Nick Pope2021-10-011-0/+4
|
* Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.Nick Pope2021-10-011-0/+10
|
* Fixed #33136 -- Added GEOSGeometry.make_valid() method.Claude Paroz2021-09-271-0/+10
|
* Removed obsolete GEOS 3.5 requirement note.Claude Paroz2021-09-241-1/+1
| | | Follow up to ea87a85fad9994dbb0748df25bc9c2d99b24809b.
* Fixed #33129 -- Dropped support for MariaDB 10.2.Mariusz Felisiak2021-09-222-2/+2
|
* Fixed broken links and redirects in docs.Mariusz Felisiak2021-09-211-1/+1
|
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-2012-157/+0
|
* Fixed #32504 -- Updated admin's jQuery to 3.6.0.Mariusz Felisiak2021-09-201-1/+5
|
* Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on ↵Nikita Marchant2021-09-172-5/+72
| | | | PostgreSQL.
* Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin.Giannis Adamopoulos2021-09-172-20/+43
| | | | Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* Corrected outputs and made cosmetic edits in GeoDjango tutorial.Mariusz Felisiak2021-09-171-15/+20
|
* Fixed #32219 -- Made InlineModelAdmin.verbose_name_plural fallback to its ↵Siburg2021-09-081-4/+10
| | | | verbose_name.
* Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall2021-08-172-3/+3
|
* The geodjango mailing list moved to the Django Forum.Claude Paroz2021-08-131-2/+2
|
* Fixed #27590 -- Allowed customizing a manifest file storage in ↵Jarosław Wygoda2021-08-051-0/+20
| | | | ManifestFilesMixin.
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵David Smith2021-07-2910-13/+13
| | | | appropriate.
* Fixed typo in docs/ref/contrib/admin/index.txt.Pēteris Caune2021-07-281-1/+1
|
* Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith2021-07-273-3/+3
| | | | | | This also removes unnecessary comments with the previous spelling. AP Stylebook has a short entry to advise the preferred spelling for "en-us". "Afterwards" is preferred in British English.
* Fixed #32906 -- Added docs and tests for using key and index lookups on ↵abhiabhi942021-07-261-1/+25
| | | | | | JSONBAgg results. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* Fixed #32950 -- Removed myproject from imports in admin docs where appropriate.Abhyudai2021-07-231-3/+3
|
* Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates.Nick Pope2021-07-191-0/+21
| | | | | | | | This deprecates forcing a return value for ArrayAgg, JSONBAgg, and StringAgg when there are no rows in the query. Now that we have a ``default`` argument for aggregates, we want to revert to returning the default of ``None`` which most aggregate functions return and leave it up to the user to decide what they want to be returned by default.
* Fixed #10929 -- Added default argument to aggregates.Nick Pope2021-07-191-38/+44
| | | | Thanks to Simon Charette and Adam Johnson for the reviews.
* Fixed #32942 -- Confirmed support for PostGIS 3.1.Nick Pope2021-07-191-1/+2
|
* Fixed #32928 -- Confirmed support for GDAL 3.3.David Smith2021-07-161-4/+5
|
* Fixed typo in docs/ref/contrib/gis/tutorial.txt.Wille Marcel2021-07-091-2/+2
|
* Fixed #32776 -- Added support for Array subqueries on PostgreSQL.Hannes Ljungberg2021-07-062-0/+38
|