summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)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 CheckCon...Hasan Ramezani
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
2020-06-26Fixed #31743 -- Doc't that managed=False prevents Django from managing tables...Steven Pousty
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
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 ModelAdm...Alix
2020-06-17Fixed #30933 -- Updated instructions for installing GeoDjango on Windows.David Smith
2020-06-17Adjusted model definition in GeoDjango tutorial.David Smith
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
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 PostgreSQ...Hannes Ljungberg
2020-06-05Fixed #20347 -- Allowed customizing the maximum number of instantiated forms ...David Smith
2020-06-04Refs #30913 -- Added system checks for covering indexes and unique constraint...Mariusz Felisiak
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
2020-05-27Fixed #11157 -- Stopped removing stop words in admin's prepopulated_fields.Scott Cranfill
2020-05-27Fixed #31615 -- Made migrations skip extension operations if not needed.Frantisek Holop
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
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 Command.requires_system_ch...Hasan Ramezani
2020-05-21Fixed #30375 -- Added FOR NO KEY UPDATE support to QuerySet.select_for_update...Manuel Weitzman
2020-05-20Fixed #31410 -- Added system checks for invalid model field names in UniqueCo...Hasan Ramezani
2020-05-19Fixed #31578 -- Dropped support for MySQL 5.6.Mariusz Felisiak
2020-05-19Fixed #31504 -- Allowed calling makemigrations without an active database con...wtkm11
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 processo...Jon Dufresne
2020-05-14Refs #31034 -- Documented admin requires django.template.context_processors.r...Jon Dufresne
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