summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2018-08-03Fixed #29198 -- Added migrate --plan option.Calvin DeBoer
2018-08-03Refs #28584 -- Documented removal of support for SQLite < 3.7.15.Tim Graham
2018-08-03Fixed #29633 -- Doc'd the geometry type for each model field.Danilo Bargen
2018-08-03Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists and the u...Mariusz Felisiak
2018-08-02Fixed #29627 -- Fixed QueryDict.urlencode() crash with non-string values.Tim Graham
2018-08-02Removed out of place sentence in QuerySet.count() docs.Adam Johnson
2018-08-02Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().Michael Sanders
2018-08-02Fixed #29614 -- Added BTreeIndex to django.contrib.postres.Nick Pope
2018-08-02Fixed #28990 -- Added autosummarize parameter to BrinIndex.Nick Pope
2018-08-02Fixed #28887 -- Added SpGistIndex to django.contrib.postgres.Nick Pope
2018-08-02Fixed #26974 -- Added HashIndex to django.contrib.postgres.Nick Pope
2018-08-01Fixed typos in comments and docs.luz.paz
2018-08-01Added stub release notes for 2.1.1.Tim Graham
2018-08-01Added CVE-2018-14574 to the security release archive.Tim Graham
2018-08-01Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware.Andreas Hug
2018-08-01Added stub release notes for security releases.Tim Graham
2018-07-31Refs #24733 -- Documented arguments for custom error views.Adam Johnson
2018-07-31Removed code terms from docs/spelling_wordlist.Tim Graham
2018-07-31Added words to docs/spelling_wordlist for Ubuntu 18.04.Tim Graham
2018-07-31Fixed #29617 -- Fixed Template crash if template_string is lazy.Dražen Odobašić
2018-07-30Refs #29548 -- Fixed failing window tests on MariaDB 10.3.Tom Forbes
2018-07-26Fixed #29593 -- Added QUERY_TERMS removal to 2.1 release notes.Carlton Gibson
2018-07-26Refs #29593, #26891 -- Doc'd RegisterLookupMixin.get_lookups().Carlton Gibson