summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2018-09-10Fixed #29729 -- Updated contributing tutorial to run tests on master.Adam Johnson
2018-09-10Fixed #29573 -- Added links in aggregation topic guide.Vishvajit Pathak
2018-09-08Fixed #29727 -- Made nonexistent joins in F() raise FieldError.Alexander Holmbäck
Regression in 2162f0983de0dfe2178531638ce7ea56f54dd4e7.
2018-09-06Refs #29713 -- Improved error message from translation system check.Nick Pope
2018-09-04Corrected forms.TimeField's default widget in docs.flh
2018-09-03Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format.David
2018-08-31Refs #29426 -- Fixed typo in docs/releases/2.2.txt.Josh Schneier
2018-08-31Added stub release notes for 2.1.2.Carlton Gibson
2018-08-31Added release date for 2.1.1.Carlton Gibson
2018-08-30Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't ↵Tim Graham
accept the obj argument. * Refs #27991 -- Added testing for ModelAdmin.get_inline_instances() if the inline's has_add_permission() doesn't accept 'obj'. * Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't accept the obj argument.
2018-08-29Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() or ↵Mariusz Felisiak
values_list() after combining querysets with extra() with union(), difference(), or intersection(). Regression in 0b66c3b442875627fa6daef4ac1e90900d74290b.
2018-08-28Fixed #29718 -- Doc'd admin template collision backwards incompatibility in ↵Tim Graham
Django 2.1.
2018-08-28Fixed LayerMapping encoding in geodjango tutorial.Claude Paroz
GDAL >= 1.9 automatically converts latin-1-encoded strings from Shapefiles to UTF-8.
2018-08-28Fixed typo in docs/ref/models/fields.txt.Matt Wiens
2018-08-27Corrected ModelFormMixin.form_invalid() signature in docs.Jon Dufresne
2018-08-27Fixed #29703 -- Deprecated QuerySetPaginator alias.Nick Pope
Unused since 4406d283e13819b04556df21044089b7d119edb0.
2018-08-27Replaced CVE/ticket roles with extlinks.Tim Graham
2018-08-25Fixed #29709 -- Updated recommended SQL Server backend to django-pyodbc-azure.Tim Graham
2018-08-25Fixed #29687 -- Allowed the test client to serialize list/tuple as JSON.Dan Palmer
2018-08-25Fixed #29226 -- Doc'd modify_settings() ordering considerations for Python < ↵Benjamin Bach
3.6.
2018-08-23Fixed #29048 -- Added **extra_context to database function as_vendor() methods.priyanshsaxena
2018-08-22Fixed #26352 -- Made system check allow ManyToManyField to target the same ↵Simon Willison
model if through_fields differs.
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-08-21Fixed #29654 -- Made text truncation an ellipsis character instead of three ↵Claude Paroz
dots. Thanks Sudhanshu Mishra for the initial patch and Tim Graham for the review.
2018-08-21Polished the admin overview docs.Rodrigo
2018-08-21Fixed typo in docs/releases/2.0.5.txt.Tim Graham
2018-08-20Fixed #29695 -- Added system checks for admin's app dependencies and ↵Rodrigo
TEMPLATES setting.
2018-08-20Fixed #29682 -- Fixed admin change form crash if a view-only model's form ↵Tim Graham
has an extra field.
2018-08-18Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.Sigurd Ljødal
2018-08-18Fixed #29685 -- Added QuerySet.explain() to the database optimization docs.Tom Forbes
2018-08-18Refs #29426 -- Made UUIDField render values with dashes.Tim Graham
2018-08-17Fixed #29663 -- Made admin change view redirect to changelist with view ↵Jon Dufresne
permission.
2018-08-16Fixed #29646 -- Doc'd the validators that each model and form field uses.Jeff
2018-08-16Fixed #29677 -- Doc'd return value of StaticFilesStorage.post_process().Tim Graham
2018-08-15Fixed #29662 -- Allowed test client to accept structured suffix JSON content ↵Marnanel Thurman
types.
2018-08-11Refs #29449 -- Removed release note for "Allowed using contrib.auth forms ↵Dragoon Aethis
without installing contrib.auth." The code was reverted in f3fa86a89b3b85242f49b2b9acf58b5ea35acc1f.
2018-08-10Fixed #29653 -- Fixed missing related_query_name reverse accessor if ↵Ramiro Morales
GenericRelation is declared on an abstract base model. Regression in 4ab027b94409e6415b774797bf9d3593da9d9ea8. Thanks Lauri Kainulainen for the report.
2018-08-10Fixed #29637 -- Fixed admin change form crash if the user doesn’t have the ↵Clément Mangin
add permission to a TabularInline. Regression in 825f0beda804e48e9197fcf3b0d909f9f548aa47.
2018-08-08Refs #29652 -- Fixed typo in docs/releases/2.1.txt.Tim Graham
2018-08-08Fixed #29652 -- Doc'd removal of py-bcrypt compatibility.Tim Graham
2018-08-08Fixed #29623 -- Fixed translation failure of DurationField's "overflow" ↵Tim Graham
error message.
2018-08-08Fixed #29643 -- Fixed crash when combining Q objects with __in lookups and ↵Mariusz Felisiak
lists. Regression in fc6528b25ab1834be1a478b405bf8f7ec5cf860c.
2018-08-06Fixed typo in docs/ref/templates/api.txt.Josh Schneier
2018-08-06Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.Vlastimil Zíma
2018-08-06Refs #29374 -- Moved misplaced line in date format docs tableClaude Paroz
2018-08-06Consolidated docs about handling a ForeignKey in custom user model manager.Tim Graham
2018-08-04Fixed #28540 -- Doc'd a change to file upload permissions in Django 1.11.Tim Graham
Behavior changed in f734e2d4b2fc4391a4d097b80357724815c1d414 (refs #27334).
2018-08-04Refs #28540 -- Added FILE_UPLOAD_PERMISSIONS to deployment checklist.Carlton Gibson
2018-08-03Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.Tom
2018-08-03Clarified the values accepted by ModelAdmin.fields.Adam Johnson