summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2017-03-31Fixed #27993 -- Fixed model form default fallback for SelectMultiple.heathervm
2017-03-30Fixed #25873 -- Made GEOSGeometry handle the srid parameter more predictably.Sergey Fedoseev
2017-03-28Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.Tim Graham
2017-03-27Made a few cosmetic updates to "Migrations that add unique fields".Paolo Melchiorre
2017-03-27Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.Claude Paroz
2017-03-25Removed unexpected initial attribute in data migration examples.Stefano Rivera
2017-03-25Removed unused links in docs/internals/contributing/triaging-tickets.txt.Sergey Fedoseev
2017-03-23Refs #27556, #27488 -- Updated support backends docs for isvalid lookup.Sergey Fedoseev
2017-03-22Linked GIS QuerySet API docs to corresponding PostGIS docs.Sergey Fedoseev
2017-03-22Clarified backend support of Area GIS function.Sergey Fedoseev
2017-03-21Fixed #27945 -- Clarified that RegexValidator searches with the regex.seanfagan
2017-03-21Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.Mariusz Felisiak
2017-03-21Fixed #27949 -- Doc'd how OpenLayers 3 widgets work.Tim Graham
2017-03-21Fixed #27963 -- Removed unneeded docstring example in contributing docs.Mikkel Munch Mortensen
2017-03-21Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.Tim Graham
2017-03-21Removed an obsolete temporal reference in docs/faq/general.txt.Garry Polley
2017-03-20Removed extra characters in docs header underlines.Mariusz Felisiak
2017-03-17Clarified return value of NumGeometries GIS function.Sergey Fedoseev
2017-03-17Removed MySQL (unsupported) from Perimeter docs.Sergey Fedoseev
2017-03-16Removed self from method signatures in docs.Alasdair Nicol
2017-03-16Added SpatiaLite NumPoints support for non-LINESTRING geometries.Sergey Fedoseev
2017-03-16Linked GIS functions docs to corresponding PostGIS docs.Sergey Fedoseev
2017-03-16Removed unused words from docs/spelling_wordlist.Mariusz Felisiak
2017-03-16Updated postgis.net and gaia-gis.it links to https.Tim Graham
2017-03-16Updated Django checkout URL to use https.Adi Mukherjee
2017-03-15Fixed #27882 -- Allowed {% cache %} to cache indefinitely.Bo Marchman
2017-03-15Fixed #27918 -- Documented ChoiceWidget.option_template_namePavel Kulikov
2017-03-15Fixed incorrect import in docs/ref/models/expressions.txt.lb1c
2017-03-14Fixed #27834 -- Added StrIndex database function.Brad Melin
2017-03-14Replaced docs/internals/team.txt with DSF teams page.Tobias McNulty
2017-03-14Fixed typo in docs/topics/db/aggregation.txt header.Mads Jensen
2017-03-13Typo fix.Florian Apolloner
2017-03-11Fixed #27904 -- Added a system check that Field.validators are callable.Adam Chainz
2017-03-10Fixed #27924 -- Added support for cx_Oracle 5.3.Mariusz Felisiak
2017-03-09Described DEBUG_PROPAGATE_EXCEPTIONS behavior in more detail.Tim Graham
2017-03-08Fixed #27911 -- Doc'd how to register custom User with admin.David D Lowe
2017-03-08Fixed #24365 -- Made inspectdb translate MySQL unsigned integer columns to po...Mariusz Felisiak
2017-03-07Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend.Camilo Nova
2017-03-07Fixed #27905 -- Added RelatedFieldWidgetWrapper.value_omitted_from_data().Raphael Merx
2017-03-07Added stub release notes for 1.10.7.Tim Graham
2017-03-07Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."Tim Graham
2017-03-06Fixed #26817 -- Doc'd downsides and alternatives to Jinja2 context processors.Tim Graham
2017-03-01Fixed #26911 -- Removed NoReverseMatch silencing in RedirectView.Grzegorz Tężycki
2017-03-01Fixed typo in docs/howto/custom-template-tags.txt.albertoconnor
2017-03-01Fixed typo in docs/releases/1.10.6.txt.Adam Johnson
2017-03-01Added release date for 1.10.6.Tim Graham
2017-02-28Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__().Alexey Opalev
2017-02-27Imported django.http classes instead of django.http.Asif Saifuddin Auvi
2017-02-24Made a few queryset lookup examples consistent.Alexkane
2017-02-24Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for signatures ...Tim Graham