summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2019-02-08[2.1.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2019-01-31[2.1.x] Corrected output of Prefetch.to_attr example.Sergey Fedoseev
2019-01-11[2.1.x] Fixed #30097 -- Made 'obj' arg of InlineModelAdmin.has_add_permission...MaximZemskov
2019-01-02[2.1.x] Fixed typo in docs/ref/migration-operations.txt.Jozef
2018-12-29[2.1.x] Added examples to HttpRequest.build_absolute_uri() docs.Adam Johnson
2018-12-24[2.1.x] Added import locations to contrib.postgres aggregates and validators ...Marten Kenbeek
2018-11-28[2.1.x] Refs #28205 -- Corrected ModelAdmin.prepopulated_fields docs regardin...Tim Graham
2018-11-27[2.1.x] Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.Tim Graham
2018-11-27[2.1.x] Corrected Aggregate docs to reflect that it accepts multiple expressi...Simon Charette
2018-11-14[2.1.x] Fixed typo in docs/ref/middleware.txt.Daniel Musketa
2018-11-12[2.1.x] Corrected docs regarding RegisterLookupMixin subclasses.Sergey Fedoseev
2018-11-10[2.1.x] Updated some links to https and new locations.Mads Jensen
2018-11-09[2.1.x] Fixed #29941 -- Fixed missing variable in docs/ref/contrib/contenttyp...Tim Graham
2018-11-03[2.1.x] Fixed inconsistent indentation in docs/ref/contrib/auth.txt.Tobias Bengfort
2018-11-01[2.1.x] Fixed #27994 -- Documented ManifestFilesMixin.Theofanis Despoudis
2018-10-25[2.1.x] Fixed #29879 -- Added CSRF_COOKIE_HTTPONLY to CSRF AJAX docs.Mayank Singhal
2018-10-23[2.1.x] Refs #29877 -- Made diveinto.org URLs HTTPS.Jon Dufresne
2018-10-23[2.1.x] Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.za
2018-10-21[2.1.x] Removed "encoding" description in GIS tutorial.Atul Varma
2018-10-19[2.1.x] Fixed #29858 -- Clarified docs regarding CSRF token header name.Tim Graham
2018-10-10[2.1.x] Emphasized that ForeignKey.on_delete doesn't create a SQL constraint.Andrea Rabbaglietti
2018-10-09[2.1.x] Improved tone in docs/ref/settings.txt.Kate Berry
2018-10-09[2.1.x] Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-10-09[2.1.x] Capitalized "Python" in docs and comments.Jon Dufresne
2018-10-04[2.1.x] Refs #27778 -- Removed "The database API" section from "Unicode data"...Jon Dufresne
2018-10-03[2.1.x] Clarified when QuerySet.select_for_update() locks.ovalseven8
2018-10-03[2.1.x] Corrected docs to say that all templates are text strings.Jon Dufresne
2018-10-02[2.1.x] Removed docs for obsolete limitations of inspectdb.Tim Graham
2018-10-01[2.1.x] Added tests for using bytearray with BinaryField and corrected docs.Jon Dufresne
2018-09-26[2.1.x] Added test of filtering on BinaryField and corrected docs.Jon Dufresne
2018-09-26[2.1.x] Fixed #29795 -- Confirmed support for PostGIS 2.5.Sergey Fedoseev
2018-09-25[2.1.x] Refs #29784 -- Normalized Python docs links to omit the version.Jon Dufresne
2018-09-18[2.1.x] Made various edits to docs/ref/utils.txt.Adam Johnson
2018-09-17[2.1.x] Fixed #29757 -- Documented Oracle DSN and Easy Connect options.jtiai
2018-09-12[2.1.x] Fixed typo in docs/ref/contrib/postgres/search.txt.Adam Zapletal
2018-09-11[2.1.x] Emphasized that TemplatesSetting must be used to override widget temp...Stephen Finucane
2018-09-10[2.1.x] Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-09-08[2.1.x] Corrected forms.TimeField's default widget in docs.flh
2018-08-28[2.1.x] Fixed LayerMapping encoding in geodjango tutorial.Claude Paroz
2018-08-28[2.1.x] Fixed typo in docs/ref/models/fields.txt.Matt Wiens
2018-08-27[2.1.x] Corrected ModelFormMixin.form_invalid() signature in docs.Jon Dufresne
2018-08-25[2.1.x] Fixed #29709 -- Updated recommended SQL Server backend to django-pyod...Tim Graham
2018-08-21[2.1.x] Polished the admin overview docs.Rodrigo
2018-08-16[2.1.x] Fixed #29646 -- Doc'd the validators that each model and form field u...Jeff
2018-08-16[2.1.x] Fixed #29677 -- Doc'd return value of StaticFilesStorage.post_process().Tim Graham
2018-08-06[2.1.x] Refs #29374 -- Moved misplaced line in date format docs tableClaude Paroz
2018-08-03[2.1.x] Clarified the values accepted by ModelAdmin.fields.Adam Johnson
2018-08-03[2.1.x] Refs #28584 -- Documented removal of support for SQLite < 3.7.15.Tim Graham
2018-08-03[2.1.x] Fixed #29633 -- Doc'd the geometry type for each model field.Danilo Bargen
2018-08-03[2.1.x] Refs #29593, #26891 -- Doc'd RegisterLookupMixin.get_lookups().Carlton Gibson