summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
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.
2018-01-19Fixed #29032 -- Fixed an example of using expressions in QuerySet.values().Mariusz Felisiak
2018-01-18Removed unnecessary microsecond truncation in SplitDateTimeWidget.Jon Dufresne
The microseconds are already truncated by the TimeInput subwidget.
2018-01-17Refs #28643 -- Added Replace database function.Mads Jensen
2018-01-12Fixed #28231 -- Doc'd that QuerySet.bulk_create() casts objs to a list.Botond Béres
2018-01-12Fixed #28996 -- Simplified some boolean constructs and removed trivial ↵Дилян Палаузов
continue statements.
2018-01-11Fixed #29002 -- Corrected cached template loader docs about when it's ↵Tim Graham
automatically enabled. Thanks oTree-org for the suggestion.
2018-01-07Updated various links in docs to use HTTPS.Mariusz Felisiak
2018-01-06Fixed #28842 -- Added SpatiaLite support for ForcePolygonCW function.Sergey Fedoseev
2018-01-05Fixed #15522 -- Added ModelAdmin.delete_queryset() to customize "delete ↵Vasilis Aggelou
selected objects" deletion.
2018-01-04Confirmed support for PostGIS 2.4.Tim Graham
2018-01-03Fixed #28867 -- Added system check for a model property that clashes with a ↵shanghui
related field accessor.
2018-01-02Refs #28965 -- Deprecated unused django.utils.http.cookie_date().Tim Graham
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-12-28Linked GIS functions docs to corresponding MySQL docs.Sergey Fedoseev
2017-12-27Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR.Sergey Fedoseev
2017-12-27Fixed #28714 -- Added system checks for invalid model field names in ↵hui shang
Meta.indexes. Thanks Gabriel for the report and Adam Johnson for the review.
2017-12-26Fixed #28956 -- Updated admin's jQuery to 3.2.1.Tim Graham
2017-12-22Fixed #28937 -- Allowed BinaryField to be editable=True.Cameron Curry
2017-12-21Updated documented mysqlclient requirement to 1.3.7.Berker Peksag
The test requirement was bumped in 2514e044a7fce58176c4e79eec298f3d8f70e89b.