summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #32230 -- Made DataSource support pathlib.Path.Hasan Ramezani2020-11-282-1/+5
|
* Refs #32230 -- Fixed DataSource example in GeoDjango tutorial.Neil Lyons2020-11-271-1/+1
| | | | | DataSource.ds_input doesn't support pathlib.Path(). Regression in 26554cf5d1e96db10d0d5f4b69683a22fb82fdf8.
* Doc'd that admin site booleans are tri-state.Nick Pope2020-11-141-5/+5
|
* Improved examples in ModelAdmin.list_display docs.Nick Pope2020-11-141-2/+2
|
* Changed docs and a code comment to use gender-neutral pronouns.Nick Pope2020-11-131-1/+1
| | | Follow up to e1b77238171cc96f4451a06fb4682e2378896238.
* Fixed #32045 -- Doc'd GenericRelatedObjectManager methods.Craig Smith2020-11-061-0/+30
| | | | | This also documents that .remove() and clear() methods delete related objects.
* Fixed #32169 -- Added distinct support to JSONBAgg.Artur Beltsov2020-11-041-1/+8
|
* Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.Tom Carrick2020-10-212-0/+60
|
* Fixed #32041 -- Doc'd how to modify served files' content types on Windows.Peter Marheine2020-10-011-3/+4
|
* Refs #32038 -- Added note to ModelAdmin.list_filter docs that ↵Mariusz Felisiak2020-09-251-0/+5
| | | | GenericForeignKeys are not supported.
* Fixed #31909 -- Fixed typo in docs/ref/contrib/admin/index.txt.Enderson Menezes2020-08-201-3/+3
|
* Refs #9061 -- Allowed GenericInlineFormSet to disable deleting extra forms.Mariusz Felisiak2020-08-181-2/+2
| | | | Follow up to 162765d6c3182e36095d29543e21b44b908625fc.
* Refs #20347 -- Allowed customizing the maximum number of instantiated forms ↵Mariusz Felisiak2020-08-181-1/+5
| | | | | | in generic_inlineformset_factory(). Follow up to 433dd737f94b09043f64b873b0ac067b3f97364b.
* Fixed typo in docs/ref/contrib/postgres/fields.txt.Thomas2020-08-071-3/+5
|
* Fixed #31822 -- Added support for comments URL per feed item.Viktor Garske2020-07-301-0/+21
| | | | | The item_comments hook returns a comments URL which is then used by the feed builder.
* Corrected admin.register() signature in docs.Andrzej Bartosiński2020-07-291-1/+1
|
* Fixed #27395 -- Added sitemap 'alternates' generation.Florian Demmer2020-07-291-0/+44
| | | | | | Updated the sitemap generator and default template to optionally include link elements with hreflang attribute to alternate language URLs.
* Refs #27996 -- Doc'd no extension required for RandomUUID() on PostgreSQL 13+.Nick Pope2020-07-281-2/+2
| | | | | https://www.postgresql.org/docs/13/functions-uuid.html https://www.postgresql.org/docs/13/pgcrypto.html#id-1.11.7.34.10.5
* Refs #31720 -- Defined default output_field of BoolAnd() and BoolOr() ↵David Chorpash2020-07-211-4/+4
| | | | aggregate functions.
* Refs #31720 -- Added examples to BoolAnd() and BoolOr() documentation.David Chorpash2020-07-211-0/+28
|
* FIxed typo in docs/ref/contrib/postgres/forms.txt.Eric Theise2020-07-151-1/+1
|
* Fixed #21528 -- Added note about filtering form field's queryset based on ↵Caio Ariede2020-07-131-0/+12
| | | | instance to admin docs.
* Fixed #31713 -- Added SpatialReference support to GDALRaster.transform().rico-ci2020-07-071-7/+14
|
* Refs #6903 -- Adjusted ModelAdmin.preserve_filters docs.Carlton Gibson2020-07-021-3/+3
|
* Refs #31541 -- Added example of creating Redirect objects to redirects app docs.Yash Saini2020-06-231-0/+18
|
* Made small improvements to PostgreSQL operations docs.Adam Johnson2020-06-231-8/+8
|
* Fixed #6933 -- Added support for searching against quoted phrases in ↵Alix2020-06-181-4/+12
| | | | ModelAdmin.search_fields.
* Fixed #30933 -- Updated instructions for installing GeoDjango on Windows.David Smith2020-06-171-58/+59
|
* Adjusted model definition in GeoDjango tutorial.David Smith2020-06-171-1/+1
| | | | | The example uses the world border data set, where one of the entries has a null field value.
* Fixed #31709 -- Added support for opclasses in ExclusionConstraint.Hannes Ljungberg2020-06-161-1/+23
|
* Fixed #31691 -- Added ordering support to JSONBAgg.John Parton2020-06-131-1/+12
|
* Fixed #31649 -- Added support for covering exclusion constraints on ↵Hannes Ljungberg2020-06-121-1/+16
| | | | PostgreSQL 12+.
* Fixed #11157 -- Stopped removing stop words in admin's prepopulated_fields.Scott Cranfill2020-05-271-2/+6
| | | | Co-Authored-By: Andy Chosak <andy@chosak.org>
* Fixed #31615 -- Made migrations skip extension operations if not needed.Frantisek Holop2020-05-271-0/+7
| | | | | - Don't try to create an existing extension. - Don't try to drop a nonexistent extension.
* Refs #31615 -- Improved creating extension docs.Frantisek Holop2020-05-271-5/+5
|
* Fixed #31578 -- Dropped support for MySQL 5.6.Mariusz Felisiak2020-05-191-1/+1
|
* Fixed #31577 -- Clarified docs about bounds of RangeFields.xncbf2020-05-181-4/+7
|
* Refs #31034 -- Documented admin requires ↵Jon Dufresne2020-05-141-1/+8
| | | | | | | | django.template.context_processors.request. Required since d24ba1be7a53a113d19e2860c03aff9922efec24. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
* Fixed #31579 -- Dropped support for PostgreSQL 9.5 and PostGIS 2.2.Mariusz Felisiak2020-05-142-3/+2
|
* Renamed PROJ.4 to PROJ.Claude Paroz2020-05-137-27/+26
|
* Used :envvar: role and .. envvar:: directive in various docs.Nick Pope2020-05-131-1/+1
|
* Fixed numbered list in admin overview docs.Jon Dufresne2020-05-131-1/+1
|
* Removed versionadded/changed annotations for 3.0.Mariusz Felisiak2020-05-1311-94/+0
|
* Refs #30678 -- Added support for GDAL 3.1.Sergey Fedoseev2020-05-121-1/+2
| | | | | OSRSetAxisMappingStrategy() really returns void, so no errcheck is needed. Previously set errcheck was raising positive false exceptions on GDAL 3.1.
* Fixed #31569 -- Confirmed support for GEOS 3.8.Mariusz Felisiak2020-05-121-1/+2
|
* Fixed #30678 -- Added support for GDAL 3.Claude Paroz2020-05-121-2/+3
|
* Fixed #31034 -- Added a navigation sidebar to the admin.Tom Carrick2020-05-111-0/+7
| | | | | Co-authored-by: elky <elky@users.noreply.github.com> Co-authored-by: Goetz <goetz.buerkle@gmail.com>
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-082-91/+12
| | | | | | | | | | | Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael Michel for mentoring this Google Summer of Code 2019 project and everyone else who helped with the patch. Special thanks to Mads Jensen, Nick Pope, and Simon Charette for extensive reviews. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* Fixed a/an typos in "SQL" usage.Adam Johnson2020-05-061-1/+1
|
* Fixed #31485 -- Updated admin's jQuery to 3.5.1.Mariusz Felisiak2020-05-051-1/+5
|