summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2018-06-29Fixed #28077 -- Added support for PostgreSQL opclasses in Index.Ian Foote
Thanks Vinay Karanam for the initial patch.
2018-06-28Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.Floris den Hengst
2018-06-28Fixed #29458 -- Doc'd how related_query_name affects Model._meta.get_field().Jeffrey Yancey
2018-06-28Fixed links for i18n context processor docs.Tim Graham
2018-06-27Refs #12663 -- Removed Meta API upgrade guide.Tim Graham
2018-06-22Refs #17419 -- Removed IE8 support in json_script example.Tim Graham
2018-06-22Added description, example, and SQL equivalents for equals and same_as GIS ↵Sergey Fedoseev
lookups.
2018-06-21Fixed #29509 -- Added SpatiaLite support for covers and coveredby lookups.Sergey Fedoseev
2018-06-21Refs #28841 -- Added ForcePolygonCW to GIS database functions table.Sergey Fedoseev
2018-06-20Fixed #29507 -- Added Oracle support for Envelope GIS function.Sergey Fedoseev
2018-06-18Fixed #29502 -- Allowed users with the view permission to use ↵Carlton Gibson
autocomplete_fields.
2018-06-18Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson
2018-06-16Refs #29493 -- Doc'd that the QuerySet in lookup accepts a string.Christian Ledermann
2018-06-15Added backticks to code literals in docs/ref/databases.txt.Mariusz Felisiak
2018-06-13Refs #29419, #8936 -- Removed change permission requirement for admin actions.Carlton Gibson
Partially reverted 825f0beda804e48e9197fcf3b0d909f9f548aa47.
2018-06-12Updated GIS install instructions to use placeholders for GIS library versions.Brylie Christopher Oxley
2018-06-12Fixed #29483 -- Confirmed support for GDAL 2.3.Tim Graham
2018-06-11Dropped support for GDAL 1.9 and 1.10.Tim Graham
2018-06-10Prevented unexpected link in settings docsClaude Paroz
2018-06-09Fixed #29484 -- Removed the need to specify SPATIALITE_LIBRARY_PATH with ↵Claude Paroz
Spatialite 4.2+. Thanks Tim Graham for the review.
2018-06-08Fixed #29440 -- Doc'd where the bulk argument applies in RelatedManager.Jeremy Lainé
2018-06-04Fixed #29374 -- Ordered date filter's format strings by category.Brenton Cleeland
2018-06-03Fixed #29385 -- Made admindocs ModelDetailView show model properties.humbertotm
Original patch by bkaluza. Tests and docs by humbertotm.
2018-05-31Fixed #29460 -- Added support for GEOS 3.6.Tim Graham
2018-05-27Fixed docs typo in HttpResponse.set_signed_cookie() signature.Osaetin Daniel
2018-05-27Remove documenation for non-existent middleware (#9998)Daniel Hepper
The docs contained a reference to the class django.middleware.exception.ExceptionMiddleware. This class was introduced in 05c888ffb843. It was removed in 7d1b69dbe7, but the documentation remained.
2018-05-26Reverted "Fixed #29324 -- Made Settings raise ImproperlyConfigured if ↵Tim Graham
SECRET_KEY is accessed and not set." This reverts commit b3cffde5559c4fa97625512d7ec41a674be26076 due to a regression and performance concerns.
2018-05-25Fixed #29423 -- Documented Field.value_from_object().Srinivas Reddy Thatiparthy
2018-05-25Mentioned SuccessMessageMixin in generic editing views docs.Claude Paroz
2018-05-24Documented DeletionMixin.delete().Claude Paroz
2018-05-18Fixed #29398 -- Doc'd that cascade deletion doesn't call delete() of related ↵Tim Graham
models.
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
Co-authored-by: Petr Dlouhy <petr.dlouhy@email.cz> Co-authored-by: Olivier Dalang <olivier.dalang@gmail.com>
2018-05-15Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.Claude Paroz
Thanks Simon Charette, Jon Dufresne, and Tim Graham for the reviews.
2018-05-13Fixed #29401 -- Updated admin's jQuery to 3.3.1.T N
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
2018-05-07Alphabetized imports in docs/ref/contrib/postgres/fields.txt.Hasan Ramezani
2018-05-03Refs #29358 -- Corrected wording in primary key check message.Carlton Gibson
2018-05-03Fixed #29358 -- Added a system check to prohibit models with more than one ↵Hasan Ramezani
primary_key field.
2018-05-02Fixed #29351 -- Doc'd that ModelAdmin.prepopulated_fields removes stop words.Kelly Hogan
2018-05-02Fixed #29375 -- Removed empty action attribute on HTML forms.CHI Cheng
2018-04-19Fixed #29313 -- Doc'd how to use F() to sort null values.drd0013
2018-04-19Fixed #28574 -- Added QuerySet.explain().Tom
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-04-17Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is ↵Jon Dufresne
accessed and not set.
2018-04-13Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor
Thanks Alex Gaynor for contributing to the patch.
2018-04-04Fixed #27991 -- Added obj arg to InlineModelAdmin.has_add_permission().Jon Dufresne
Thanks Vladimir Ivanov for the initial patch.
2018-04-04Documented InlineModelAdmin.has_(add/change/delete)_permission().Jon Dufresne
2018-04-04Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ↵Dmitry Dygalo
null value.
2018-04-04Fixed #29278 -- Doc'd that a context manager can't be used with FileResponse.Windson yang