summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
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
2018-08-02[2.1.x] Removed out of place sentence in QuerySet.count() docs.Adam Johnson
2018-08-01[2.1.x] Fixed typos in comments and docs.luz.paz
2018-07-31[2.1.x] Refs #24733 -- Documented arguments for custom error views.Adam Johnson
2018-07-18[2.1.x] Fixed utils.html.escape()'s docs with regards to string coercion.Claude Paroz
2018-07-18[2.1.x] Added doc links for django.utils.html.escape().Claude Paroz
2018-07-18[2.1.x] Removed duplicate words in docs.Maxime Lorant
2018-07-09[2.1.x] Fixed #29549 -- Doc'd that Field.choices are enforced by model valida...Tim Graham
2018-07-09[2.1.x] Refs #29478 -- Doc'd how to use cached_property with a mangled name.Sergey Fedoseev
2018-07-07[2.1.x] Fixed word choice in ContentFile example.Josh Schneier
2018-07-06[2.1.x] Corrected cached_property() signature in docs.Sergey Fedoseev
2018-07-05[2.1.x] Refs #26608 -- Removed incorrect sentence in Expression.contains_over...Mads Jensen
2018-07-04[2.1.x] Fixed typo in docs/ref/templates/builtins.txt.Stephen James
2018-07-03[2.1.x] Doc'd that template variables & attributes may not start with an unde...Greg Kaleka
2018-06-30[2.1.x] Fixed argument name for validators inheriting from BaseValidator.sedrubal
2018-06-29[2.1.x] Fixed #21333 -- Doc'd the & and | queryset operators.Colm O'Connor
2018-06-28[2.1.x] Fixed #29458 -- Doc'd how related_query_name affects Model._meta.get_...Jeffrey Yancey
2018-06-28[2.1.x] Fixed links for i18n context processor docs.Tim Graham
2018-06-22[2.1.x] Refs #17419 -- Removed IE8 support in json_script example.Tim Graham
2018-06-22[2.1.x] Added description, example, and SQL equivalents for equals and same_a...Sergey Fedoseev
2018-06-21[2.1.x] Refs #28841 -- Added ForcePolygonCW to GIS database functions table.Sergey Fedoseev
2018-06-18[2.1.x] Fixed #29502 -- Allowed users with the view permission to use autocom...Carlton Gibson
2018-06-18[2.1.x] Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson
2018-06-16[2.1.x] Refs #29493 -- Doc'd that the QuerySet in lookup accepts a string.Christian Ledermann
2018-06-15[2.1.x] Added backticks to code literals in docs/ref/databases.txt.Mariusz Felisiak
2018-06-13[2.1.x] Refs #29419, #8936 -- Removed change permission requirement for admin...Carlton Gibson
2018-06-13[2.1.x] Doc'd how to set SPATIALITE_LIBRARY_PATH for Debian Buster/Ubuntu 18.04.nikolas
2018-06-12[2.1.x] Updated GIS install instructions to use placeholders for GIS library ...Brylie Christopher Oxley
2018-06-10[2.1.x] Prevented unexpected link in settings docsClaude Paroz
2018-06-08[2.1.x] Fixed #29440 -- Doc'd where the bulk argument applies in RelatedManager.Jeremy Lainé