summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)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
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
2018-08-29Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() or values_...Mariusz Felisiak
2018-08-28Fixed #29718 -- Doc'd admin template collision backwards incompatibility in D...Tim Graham
2018-08-28Fixed LayerMapping encoding in geodjango tutorial.Claude Paroz
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
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
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 mo...Simon Willison
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 d...Claude Paroz
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 TEMPLATE...Rodrigo
2018-08-20Fixed #29682 -- Fixed admin change form crash if a view-only model's form has...Tim Graham
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 permi...Jon Dufresne
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
2018-08-11Refs #29449 -- Removed release note for "Allowed using contrib.auth forms wit...Dragoon Aethis
2018-08-10Fixed #29653 -- Fixed missing related_query_name reverse accessor if GenericR...Ramiro Morales
2018-08-10Fixed #29637 -- Fixed admin change form crash if the user doesn’t have the ...Clément Mangin
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" error...Tim Graham
2018-08-08Fixed #29643 -- Fixed crash when combining Q objects with __in lookups and li...Mariusz Felisiak
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
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