Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed #32230 -- Made DataSource support pathlib.Path. | Hasan Ramezani | 2020-11-28 | 2 | -1/+5 | |
| | ||||||
* | Refs #32230 -- Fixed DataSource example in GeoDjango tutorial. | Neil Lyons | 2020-11-27 | 1 | -1/+1 | |
| | | | | | DataSource.ds_input doesn't support pathlib.Path(). Regression in 26554cf5d1e96db10d0d5f4b69683a22fb82fdf8. | |||||
* | Doc'd that admin site booleans are tri-state. | Nick Pope | 2020-11-14 | 1 | -5/+5 | |
| | ||||||
* | Improved examples in ModelAdmin.list_display docs. | Nick Pope | 2020-11-14 | 1 | -2/+2 | |
| | ||||||
* | Changed docs and a code comment to use gender-neutral pronouns. | Nick Pope | 2020-11-13 | 1 | -1/+1 | |
| | | | Follow up to e1b77238171cc96f4451a06fb4682e2378896238. | |||||
* | Fixed #32045 -- Doc'd GenericRelatedObjectManager methods. | Craig Smith | 2020-11-06 | 1 | -0/+30 | |
| | | | | | This also documents that .remove() and clear() methods delete related objects. | |||||
* | Fixed #32169 -- Added distinct support to JSONBAgg. | Artur Beltsov | 2020-11-04 | 1 | -1/+8 | |
| | ||||||
* | Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL. | Tom Carrick | 2020-10-21 | 2 | -0/+60 | |
| | ||||||
* | Fixed #32041 -- Doc'd how to modify served files' content types on Windows. | Peter Marheine | 2020-10-01 | 1 | -3/+4 | |
| | ||||||
* | Refs #32038 -- Added note to ModelAdmin.list_filter docs that ↵ | Mariusz Felisiak | 2020-09-25 | 1 | -0/+5 | |
| | | | | GenericForeignKeys are not supported. | |||||
* | Fixed #31909 -- Fixed typo in docs/ref/contrib/admin/index.txt. | Enderson Menezes | 2020-08-20 | 1 | -3/+3 | |
| | ||||||
* | Refs #9061 -- Allowed GenericInlineFormSet to disable deleting extra forms. | Mariusz Felisiak | 2020-08-18 | 1 | -2/+2 | |
| | | | | Follow up to 162765d6c3182e36095d29543e21b44b908625fc. | |||||
* | Refs #20347 -- Allowed customizing the maximum number of instantiated forms ↵ | Mariusz Felisiak | 2020-08-18 | 1 | -1/+5 | |
| | | | | | | in generic_inlineformset_factory(). Follow up to 433dd737f94b09043f64b873b0ac067b3f97364b. | |||||
* | Fixed typo in docs/ref/contrib/postgres/fields.txt. | Thomas | 2020-08-07 | 1 | -3/+5 | |
| | ||||||
* | Fixed #31822 -- Added support for comments URL per feed item. | Viktor Garske | 2020-07-30 | 1 | -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ński | 2020-07-29 | 1 | -1/+1 | |
| | ||||||
* | Fixed #27395 -- Added sitemap 'alternates' generation. | Florian Demmer | 2020-07-29 | 1 | -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 Pope | 2020-07-28 | 1 | -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 Chorpash | 2020-07-21 | 1 | -4/+4 | |
| | | | | aggregate functions. | |||||
* | Refs #31720 -- Added examples to BoolAnd() and BoolOr() documentation. | David Chorpash | 2020-07-21 | 1 | -0/+28 | |
| | ||||||
* | FIxed typo in docs/ref/contrib/postgres/forms.txt. | Eric Theise | 2020-07-15 | 1 | -1/+1 | |
| | ||||||
* | Fixed #21528 -- Added note about filtering form field's queryset based on ↵ | Caio Ariede | 2020-07-13 | 1 | -0/+12 | |
| | | | | instance to admin docs. | |||||
* | Fixed #31713 -- Added SpatialReference support to GDALRaster.transform(). | rico-ci | 2020-07-07 | 1 | -7/+14 | |
| | ||||||
* | Refs #6903 -- Adjusted ModelAdmin.preserve_filters docs. | Carlton Gibson | 2020-07-02 | 1 | -3/+3 | |
| | ||||||
* | Refs #31541 -- Added example of creating Redirect objects to redirects app docs. | Yash Saini | 2020-06-23 | 1 | -0/+18 | |
| | ||||||
* | Made small improvements to PostgreSQL operations docs. | Adam Johnson | 2020-06-23 | 1 | -8/+8 | |
| | ||||||
* | Fixed #6933 -- Added support for searching against quoted phrases in ↵ | Alix | 2020-06-18 | 1 | -4/+12 | |
| | | | | ModelAdmin.search_fields. | |||||
* | Fixed #30933 -- Updated instructions for installing GeoDjango on Windows. | David Smith | 2020-06-17 | 1 | -58/+59 | |
| | ||||||
* | Adjusted model definition in GeoDjango tutorial. | David Smith | 2020-06-17 | 1 | -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 Ljungberg | 2020-06-16 | 1 | -1/+23 | |
| | ||||||
* | Fixed #31691 -- Added ordering support to JSONBAgg. | John Parton | 2020-06-13 | 1 | -1/+12 | |
| | ||||||
* | Fixed #31649 -- Added support for covering exclusion constraints on ↵ | Hannes Ljungberg | 2020-06-12 | 1 | -1/+16 | |
| | | | | PostgreSQL 12+. | |||||
* | Fixed #11157 -- Stopped removing stop words in admin's prepopulated_fields. | Scott Cranfill | 2020-05-27 | 1 | -2/+6 | |
| | | | | Co-Authored-By: Andy Chosak <andy@chosak.org> | |||||
* | Fixed #31615 -- Made migrations skip extension operations if not needed. | Frantisek Holop | 2020-05-27 | 1 | -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 Holop | 2020-05-27 | 1 | -5/+5 | |
| | ||||||
* | Fixed #31578 -- Dropped support for MySQL 5.6. | Mariusz Felisiak | 2020-05-19 | 1 | -1/+1 | |
| | ||||||
* | Fixed #31577 -- Clarified docs about bounds of RangeFields. | xncbf | 2020-05-18 | 1 | -4/+7 | |
| | ||||||
* | Refs #31034 -- Documented admin requires ↵ | Jon Dufresne | 2020-05-14 | 1 | -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 Felisiak | 2020-05-14 | 2 | -3/+2 | |
| | ||||||
* | Renamed PROJ.4 to PROJ. | Claude Paroz | 2020-05-13 | 7 | -27/+26 | |
| | ||||||
* | Used :envvar: role and .. envvar:: directive in various docs. | Nick Pope | 2020-05-13 | 1 | -1/+1 | |
| | ||||||
* | Fixed numbered list in admin overview docs. | Jon Dufresne | 2020-05-13 | 1 | -1/+1 | |
| | ||||||
* | Removed versionadded/changed annotations for 3.0. | Mariusz Felisiak | 2020-05-13 | 11 | -94/+0 | |
| | ||||||
* | Refs #30678 -- Added support for GDAL 3.1. | Sergey Fedoseev | 2020-05-12 | 1 | -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 Felisiak | 2020-05-12 | 1 | -1/+2 | |
| | ||||||
* | Fixed #30678 -- Added support for GDAL 3. | Claude Paroz | 2020-05-12 | 1 | -2/+3 | |
| | ||||||
* | Fixed #31034 -- Added a navigation sidebar to the admin. | Tom Carrick | 2020-05-11 | 1 | -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. | sage | 2020-05-08 | 2 | -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 Johnson | 2020-05-06 | 1 | -1/+1 | |
| | ||||||
* | Fixed #31485 -- Updated admin's jQuery to 3.5.1. | Mariusz Felisiak | 2020-05-05 | 1 | -1/+5 | |
| |