summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2018-04-04Fixed reference to nonexistent __between lookup.Daniel Roseman
2018-04-03Refs #28643 -- Added Repeat database function.Mariusz Felisiak
Thanks Tim Graham and Nick Pope for reviews.
2018-03-28Fixed #29148 -- Doc'd how to use get_or_create() with Q objects.Quentin Agren
2018-03-26Added a pagination example to ListView docs.AK
2018-03-22Fixed #29250 -- Added 'django_version' context to startapp/project docs.Graham Ullrich
2018-03-22Fixed #28718 -- Allowed user to request a password reset if their password ↵Tim Graham
doesn't use an enabled hasher. Regression in aeb1389442d0f9669edf6660b747fd10693b63a7. Reverted changes to is_password_usable() from 703c266682be39f7153498ad0d8031231f12ee79 and documentation changes from 92f48680dbd2e02f2b33f6ad0e35b7d337889fb2.
2018-03-21Clarified docs about ISO 8601 week numbering.Alasdair Nicol
2018-03-20Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().Jezeniel Zapanta
2018-03-20Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
2018-03-19Refs #28643 -- Added LPad and RPad database functions.Mariusz Felisiak
Thanks Tim Graham for the review.
2018-03-15Refs #28643 -- Added LTrim, RTrim, and Trim database functions.Mariusz Felisiak
Thanks Tim Graham and Mads Jensen for reviews.
2018-03-12Fixed a couple mistakes in docs/ref/forms/widgets.txt.Daniel Musketa
2018-03-08Fixed #29178 -- Allowed Index.fields to accept a tuple.Fabrizio Ettore Messina
2018-03-07Fixed #28655 -- Added more examples for customizing widgets in a form.Richard Oyudo
2018-03-01Refs #27728 -- Made cosmetic edits to admin template tag template overriding.Tim Graham
2018-02-28Fixed #27728 -- Allowed overriding admin templatetags templates.Raffaele Salmaso
2018-02-26Fixed #29161 -- Removed BCryptPasswordHasher from PASSWORD_HASHERS.Tim Graham
2018-02-24Fixed #17962 -- Added ModelAdmin.get_deleted_objects().Becky Smith
2018-02-23Fixed #27449 -- Added django.utils.translation.get_supported_language_variant().Sebastian Sangervasi
2018-02-23Refs #28643 -- Added Ord, Chr, Left, and Right database functions.bobort
2018-02-22Added backticks around obj argument in admin docs.Jon Dufresne
2018-02-19Removed redundant lookup name in register_lookup() calls.Tim Graham
2018-02-15Fixed #27810 -- Allowed query expressions in admin_order_field.Andreas Pelme
2018-02-15Fixed #29126 -- Doc'd the behavior of QuerySet.update_or_create() with ↵Tim Graham
manually specified pks.
2018-02-12Fixed #24270 -- Doc'd that django_bash_completion is only in the source ↵Carlton Gibson
distribution.
2018-02-12Corrected doc'd type of some parameters from string to str.Tim Graham
2018-02-10Fixed #28960 -- Added GEOSGeometry.buffer_with_style().Stanislav Karpov
2018-02-10Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).Matthew Wilkes
2018-02-08Fixed typo in bulk_create() documentation.Sergey Fedoseev
2018-02-07Fixed #17419 -- Added json_tag template filter.Jonas Haag
2018-02-07Fixed #25790 -- Allowed disable column sorting in the admin changelist.Alexander Gaevsky
Thanks Ramiro Morales for completing the patch.
2018-02-03Fixed #8500 -- Allowed overriding the default admin site instance.Raffaele Salmaso
2018-01-31Disambiguated "settings" in SpatiaLite note.Rodrigo
2018-01-31Doc'd specifying the ENGINE setting as part of configuring contrib.gis.Rodrigo
2018-01-31Fixed location of spatialite_source label.Rodrigo
2018-01-31Fixed #29066 -- Allowed negating query expressions.priyanshsaxena
2018-01-30Fixed #29076 -- Made Model.refresh_from_db() clear cached relationships even ↵Jon Dufresne
if the related id doesn't change.
2018-01-29Fixed #29081 -- Clarified comments in QuerySet.select_related() example.Tim Graham
2018-01-27Fixed #29004 -- Added inspectdb --include-views option.bquinn
2018-01-27Expanded docs for AbstractBaseUser.has_usable_password().Tim Graham
2018-01-27Fixed #28650 -- Added TruncWeek database function.Sigurd Ljødal
2018-01-27Fixed #29055 -- Doc'd that escapejs doesn't make template literals safe.Tim Graham
2018-01-24Fixed #28784 -- Clarified how migrate --fake works.Senthil
2018-01-24Fixed #28403 -- Added missing formats in FORMAT_MODULE_PATH docs.Ashaba
2018-01-23Fixed heading level typo in docs/ref/models/database-functions.txt.Tim Graham
2018-01-23Fixed "template tag" spelling in docs.Tim Graham
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-20Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales
2018-01-20Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ↵Jon Dufresne
syntax.
2018-01-20Refs #25604 -- Removed docs for makemigrations --exit.Chris Jerdonek
Follow up to e0910dcc9283cd8f782cb97836c291f6f395f3f0.