summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2020-07-07Fixed #31713 -- Added SpatialReference support to GDALRaster.transform().rico-ci
2020-07-06Fixed #31530 -- Added system checks for invalid model field names in ↵Hasan Ramezani
CheckConstraint.check and UniqueConstraint.condition.
2020-07-02Refs #6903 -- Adjusted ModelAdmin.preserve_filters docs.Carlton Gibson
2020-06-30Improved RegexValidator docs.Adam Johnson
2020-06-26Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView.Hasan Ramezani
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2020-06-26Fixed #31743 -- Doc't that managed=False prevents Django from managing ↵Steven Pousty
tables modifications.
2020-06-24Refs #31493 -- Replaced var with const/let in documentation JS.Adam Johnson
2020-06-24Fixed #9061 -- Allowed FormSets to disable deleting extra forms.David Smith
Thanks to Dan Ward for the initial patch.
2020-06-23Refs #31541 -- Added example of creating Redirect objects to redirects app docs.Yash Saini
2020-06-23Made small improvements to PostgreSQL operations docs.Adam Johnson
2020-06-18Refs #31670 -- Renamed whitelist argument and attribute of EmailValidator.David Smith
2020-06-18Fixed #6933 -- Added support for searching against quoted phrases in ↵Alix
ModelAdmin.search_fields.
2020-06-17Fixed #30933 -- Updated instructions for installing GeoDjango on Windows.David Smith
2020-06-17Adjusted model definition in GeoDjango tutorial.David Smith
The example uses the world border data set, where one of the entries has a null field value.
2020-06-16Fixed #31709 -- Added support for opclasses in ExclusionConstraint.Hannes Ljungberg
2020-06-16Fixed #31702 -- Added support for PostgreSQL opclasses in UniqueConstraint.Hannes Ljungberg
2020-06-15Fixed #31689 -- Doc'd caveat about using bulk_create()'s ignore_conflicts on ↵Tobias Krönke
MariDB and MySQL.
2020-06-15Fixed #31696 -- Updated OWASP links in docs.Hasan Ramezani
2020-06-15Fixed #31690 -- Added note about fuzzy entries in translation docs.sebashwa
2020-06-13Fixed #31691 -- Added ordering support to JSONBAgg.John Parton
2020-06-12Fixed #31649 -- Added support for covering exclusion constraints on ↵Hannes Ljungberg
PostgreSQL 12+.
2020-06-05Fixed #20347 -- Allowed customizing the maximum number of instantiated forms ↵David Smith
in formsets. Co-authored-by: ethurgood <ethurgood@gmail.com>
2020-06-04Refs #30913 -- Added system checks for covering indexes and unique ↵Mariusz Felisiak
constraints support.
2020-06-04Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.Hannes Ljungberg
2020-06-04Fixed #31650 -- Added note uniqueness of constraints names in docs.Hasan Ramezani
2020-06-03Preferred usage of among/while to amongst/whilst.David Smith
2020-06-01Fixed typo in docs/ref/templates/language.txt.Chris May
2020-06-01Made minor edits to TemplateResponseMixin.get_template_names() docs.Fabio Sangiovanni
2020-06-01Added SingleObjectMixin.query_pk_and_slug to CBV flattened index.Fabio Sangiovanni
2020-05-29Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores.David Smith
2020-05-28Fixed #31468 -- Allowed specifying migration filename in Operation.Adam Johnson
This adds also suggested filename for many built-in operations.
2020-05-27Fixed #11157 -- Stopped removing stop words in admin's prepopulated_fields.Scott Cranfill
Co-Authored-By: Andy Chosak <andy@chosak.org>
2020-05-27Fixed #31615 -- Made migrations skip extension operations if not needed.Frantisek Holop
- Don't try to create an existing extension. - Don't try to drop a nonexistent extension.
2020-05-27Refs #31615 -- Improved creating extension docs.Frantisek Holop
2020-05-27Fixed some formatting issues in docs.Mariusz Felisiak
2020-05-27Fixed #31606 -- Allowed using condition with lookups in When() expression.Ryan Heard
2020-05-25Refs #23097 -- Used new octal format in FILE_UPLOAD_PERMISSIONS docs.René Fleschenberg
2020-05-21Updated list of third-party DB backends.Carlton Gibson
* Alphabetized third-party DB backend list. * Added backticks around single-word link texts to ease visual/machine sorting. * Added CockroachDB to list of third-party DB backends. * Updated third-party DB backend URLs. Thanks to Nick Pope and Tim Graham for the review.
2020-05-21Fixed #31608 -- Doc'd that form ISO 8601 datetime parsing always retains tzinfo.Hasan Ramezani
2020-05-21Fixed #31546 -- Allowed specifying list of tags in ↵Hasan Ramezani
Command.requires_system_checks.
2020-05-21Fixed #30375 -- Added FOR NO KEY UPDATE support to ↵Manuel Weitzman
QuerySet.select_for_update() on PostgreSQL.
2020-05-20Fixed #31410 -- Added system checks for invalid model field names in ↵Hasan Ramezani
UniqueConstraint.
2020-05-19Fixed #31578 -- Dropped support for MySQL 5.6.Mariusz Felisiak
2020-05-19Fixed #31504 -- Allowed calling makemigrations without an active database ↵wtkm11
connection.
2020-05-18Fixed #31577 -- Clarified docs about bounds of RangeFields.xncbf
2020-05-15Fixed #31552 -- Added support for LZMA and XZ fixtures to loaddata.Paolo Melchiorre
2020-05-14Fixed #31575 -- Added system check for admin sidebar request context ↵Jon Dufresne
processor dependency. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2020-05-14Refs #31034 -- Documented admin requires ↵Jon Dufresne
django.template.context_processors.request. Required since d24ba1be7a53a113d19e2860c03aff9922efec24. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2020-05-14Fixed #31579 -- Dropped support for PostgreSQL 9.5 and PostGIS 2.2.Mariusz Felisiak
2020-05-13Renamed PROJ.4 to PROJ.Claude Paroz