summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2018-10-03Clarified when QuerySet.select_for_update() locks.ovalseven8
2018-10-03Corrected docs to say that all templates are text strings.Jon Dufresne
2018-10-02Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.Stefano Chiodino
2018-10-02Refs #29722 -- Added introspection of materialized views for PostgreSQL.Nick Pope
2018-10-02Fixed #29719 -- Added introspection of foreign tables for PostgreSQL.Nick Pope
2018-10-02Removed docs for obsolete limitations of inspectdb.Tim Graham
2018-10-02Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...Simon Charette
2018-10-02Fixed #29711 -- Added a system check for uniquness of admin actions' __name__.Przemysław Buczkowski
2018-10-01Added tests for using bytearray with BinaryField and corrected docs.Jon Dufresne
2018-09-27Fixed #29796 -- Added system check for STATICFILES_DIRS prefix ending with a ...Paweł Kołodziej
2018-09-26Added test of filtering on BinaryField and corrected docs.Jon Dufresne
2018-09-26Fixed #29795 -- Confirmed support for PostGIS 2.5.Sergey Fedoseev
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-09-25Normalized spelling of "lowercase" and "lowercased".Jon Dufresne
2018-09-25Refs #29784 -- Normalized Python docs links to omit the version.Jon Dufresne
2018-09-18Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.Tom Forbes
2018-09-18Made various edits to docs/ref/utils.txt.Adam Johnson
2018-09-18Confirmed support for GEOS 3.7.Sergey Fedoseev
2018-09-17Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.Claude Paroz
2018-09-17Fixed #29761 -- Confirmed support for PROJ 5.x.Sergey Fedoseev
2018-09-17Fixed #29757 -- Documented Oracle DSN and Easy Connect options.jtiai
2018-09-14Fixed #29642 -- Added check for arguments of custom error handler views.Adam Johnson
2018-09-13Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.Ramiro Morales
2018-09-12Fixed typo in docs/ref/contrib/postgres/search.txt.Adam Zapletal
2018-09-11Emphasized that TemplatesSetting must be used to override widget templates.Stephen Finucane
2018-09-11Fixed #29560 -- Added --force-color management command option.Hasan Ramezani
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-09-06Refs #29713 -- Improved error message from translation system check.Nick Pope
2018-09-04Corrected forms.TimeField's default widget in docs.flh
2018-09-03Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format.David
2018-08-28Fixed LayerMapping encoding in geodjango tutorial.Claude Paroz
2018-08-28Fixed typo in docs/ref/models/fields.txt.Matt Wiens
2018-08-27Corrected ModelFormMixin.form_invalid() signature in docs.Jon Dufresne
2018-08-25Fixed #29709 -- Updated recommended SQL Server backend to django-pyodbc-azure.Tim Graham
2018-08-23Fixed #29048 -- Added **extra_context to database function as_vendor() methods.priyanshsaxena
2018-08-22Fixed #26352 -- Made system check allow ManyToManyField to target the same mo...Simon Willison
2018-08-21Fixed #29654 -- Made text truncation an ellipsis character instead of three d...Claude Paroz
2018-08-21Polished the admin overview docs.Rodrigo
2018-08-20Fixed #29695 -- Added system checks for admin's app dependencies and TEMPLATE...Rodrigo
2018-08-18Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.Sigurd Ljødal
2018-08-16Fixed #29646 -- Doc'd the validators that each model and form field uses.Jeff
2018-08-16Fixed #29677 -- Doc'd return value of StaticFilesStorage.post_process().Tim Graham
2018-08-06Fixed typo in docs/ref/templates/api.txt.Josh Schneier
2018-08-06Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.Vlastimil Zíma
2018-08-06Refs #29374 -- Moved misplaced line in date format docs tableClaude Paroz
2018-08-03Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.Tom
2018-08-03Clarified the values accepted by ModelAdmin.fields.Adam Johnson
2018-08-03Fixed #29198 -- Added migrate --plan option.Calvin DeBoer
2018-08-03Refs #28584 -- Documented removal of support for SQLite < 3.7.15.Tim Graham
2018-08-03Fixed #29633 -- Doc'd the geometry type for each model field.Danilo Bargen