summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
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
2018-08-02Removed out of place sentence in QuerySet.count() docs.Adam Johnson
2018-08-02Fixed #29614 -- Added BTreeIndex to django.contrib.postres.Nick Pope
2018-08-02Fixed #28990 -- Added autosummarize parameter to BrinIndex.Nick Pope
2018-08-02Fixed #28887 -- Added SpGistIndex to django.contrib.postgres.Nick Pope
2018-08-02Fixed #26974 -- Added HashIndex to django.contrib.postgres.Nick Pope
2018-08-01Fixed typos in comments and docs.luz.paz
2018-07-31Refs #24733 -- Documented arguments for custom error views.Adam Johnson
2018-07-30Refs #29548 -- Fixed failing window tests on MariaDB 10.3.Tom Forbes
2018-07-26Refs #29593, #26891 -- Doc'd RegisterLookupMixin.get_lookups().Carlton Gibson
2018-07-25Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.Andrew Brown
2018-07-18Fixed utils.html.escape()'s docs with regards to string coercion.Claude Paroz
2018-07-18Added doc links for django.utils.html.escape().Claude Paroz
2018-07-18Removed duplicate words in docs.Maxime Lorant
2018-07-13Fixed #28566 -- Added path matching to collectstatic ignore patterns.Daniel Wiesmann
2018-07-10Fixed #11964 -- Added support for database check constraints.Ian Foote
2018-07-09Fixed #29546 -- Deprecated django.utils.timezone.FixedOffset.Sergey Fedoseev
2018-07-09Fixed #29549 -- Doc'd that Field.choices are enforced by model validation.Tim Graham
2018-07-09Refs #29478 -- Doc'd how to use cached_property with a mangled name.Sergey Fedoseev
2018-07-07Fixed word choice in ContentFile example.Josh Schneier
2018-07-06Corrected cached_property() signature in docs.Sergey Fedoseev
2018-07-05Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause ...Mads Jensen
2018-07-05Refs #28643 -- Added math database functions.Junyi Jiao
2018-07-04Fixed typo in docs/ref/templates/builtins.txt.Stephen James
2018-07-03Doc'd that template variables & attributes may not start with an underscore.Greg Kaleka
2018-06-30Fixed argument name for validators inheriting from BaseValidator.sedrubal
2018-06-29Fixed #21333 -- Doc'd the & and | queryset operators.Colm O'Connor
2018-06-29Fixed #28077 -- Added support for PostgreSQL opclasses in Index.Ian Foote
2018-06-28Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.Floris den Hengst