summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2017-02-24Made a few queryset lookup examples consistent.Alexkane
2017-02-24Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for signatures ...Tim Graham
2017-02-23Fixed #27878, refs #23919 -- Used python3 shebangs.Chris Lamb
2017-02-23Completed 1.10.6 release noteClaude Paroz
2017-02-23Fixed #25619 -- Made runserver serve with HTTP 1.1 protocolClaude Paroz
2017-02-22Refs #27851 -- Clarified that admin.site.urls can't be passed to include().Tim Graham
2017-02-21Used "0" ip shortcut for runserver example.Timothy Allen
2017-02-21Fixed #27856 -- Improved accuracy of date subtraction on PostgreSQL.Vytis Banaitis
2017-02-16Fixed #27828 -- Fixed a crash when subtracting Integer/DurationField from Dat...Vytis Banaitis
2017-02-16Clarified that creating a pull request for the tutorial isn't necessary.Tim Graham
2017-02-16Fixed #27829 -- Deprecated settings.DEFAULT_CONTENT_TYPE.Tim Graham
2017-02-15Made a sentence in default_if_none docs consistent with other template filters.Joon Hwan 김준환
2017-02-15Removed docs/internals/roles.txt.Tim Graham
2017-02-13Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome.Tim Graham
2017-02-13Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.amalia
2017-02-11Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.Robert Roskam
2017-02-11Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen
2017-02-11Fixed #25978 -- Deprecated shorcuts.render_to_response().Tim Graham
2017-02-09Fixed #20238 -- Added threading support to LiveServerTestCase.Nadège Michel
2017-02-09Explained the shell's $ prefix in tutorial 1.Tim Graham
2017-02-09Fixed #26005 -- Fixed some percent decoding cases in uri_to_iri().Chronial
2017-02-08Fixed typo in docs/topics/testing/tools.txt.Tim Graham
2017-02-08Fixed #27821 -- Clarified docs of the return value of Form.clean_<fieldname>().Tim Graham
2017-02-07Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans.Tim Graham
2017-02-07Fixed #5851 -- Allowed specifying different HTML attrs for SplitDateTimeWidge...Mariusz Felisiak
2017-02-07Fixed typo in docs/releases/1.11.txt.Atul Varma
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-06Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model fields w...Tim Graham
2017-02-06Fixed #27802 -- Unified return value of db backend datetime SQL methods.Mariusz Felisiak
2017-02-06Fixed typo in docs/releases/2.0.txt.Charlie Denton
2017-02-04Fixed #27767 -- Added distinct argument to ArrayAgg.orf
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-02-01Fixed #27683 -- Made MySQL default to the read committed isolation level.Tim Graham
2017-02-01Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis
2017-02-01Fixed #27661 -- Moved FileSystemFinder's ImproperlyConfigured exceptions to s...Ling-Xiao Yang
2017-01-31Refs #27421 -- Documented GDALRaster creation in detail.Daniel Wiesmann
2017-01-30Added missing word in docs/howto/error-reporting.txt.Ryan Castner
2017-01-30Fixed incorrect namespace in sitemap example.Arkadiusz Adamski
2017-01-30Refs #23919 -- Removed usage of obsolete SafeBytes classClaude Paroz
2017-01-28Fixed #26708 -- Updated the contributing tutorial to use a GitHub workflow.Subhrajyoti Sen
2017-01-28Fixed #26993 -- Increased User.last_name max_length to 150 characters.Thom Wiggers
2017-01-28Fixed #27788 -- Dropped support for Oracle < 12.1.Tim Graham
2017-01-28Made ugettext* functions aliases of gettext*Claude Paroz
2017-01-27Fixed #27748 -- Switched HTTP error handlers to reference callables instead o...Dmitry Gladkov
2017-01-27Fixed #27769 -- Documented option naming differences between django-admin and...Andrew Nester
2017-01-27Fixed #27678 -- Warned that the template system isn't safe against untrusted ...andrewnester
2017-01-26Fixed #27501 -- Documented lazy evaluation of ModelChoiceField.queryset.chillaranand
2017-01-26Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...Claude Paroz
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-25Refs #23919 -- Removed misc Python 2/3 references.Tim Graham