summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2016-07-21Fixed #26899 -- Documented why RawSQL params is a required parameter.petedmarsh
2016-07-21Fixed #26918 -- Clarified source of pre/post_save update_fields argument.Tim Graham
2016-07-20Fixed #22446 -- Added tox.ini to automate pull request checks.Tobias McNulty
2016-07-18Added CVE-2016-6186 to the security release archive.Tim Graham
2016-07-18Fixed XSS in admin's add/change related popup.Tim Graham
2016-07-16Fixed #17209 -- Added password reset/change class-based viewsClaude Paroz
2016-07-15Fixed inconsistent indentation in docs/ref/models/options.txtTim Graham
2016-07-14Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII file namesClaude Paroz
2016-07-14Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder.Will Hardy
2016-07-14Fixed #26821 -- Fixed forms.Email/URLField crash on None value.Priy
2016-07-14Reverted "Fixed #25388 -- Added an option to allow disabling of migrations du...Tim Graham
2016-07-14Fixed #26894 -- Fixed a typo in docs/faq/admin.txtTim Graham
2016-07-14Fixed typos in docs/ref/contrib/postgres/search.txtTom Carrick
2016-07-14Reworded a sentence in tutorial 7.Daniel Rice
2016-07-13Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_field().Jon Dufresne
2016-07-13Fixed typo in docs/internals/contributing/writing-code/coding-style.txtJiang Haiyun
2016-07-12Fixed #26831 -- Documented session data must be JSON encodable for JSONSerial...Md. Sadaf Noor
2016-07-11Linked "Features removed" release notes to corresponding deprecation notes.Tim Graham
2016-07-11Fixed #26749 -- Preserved behavior of use_for_related_field during deprecation.Julien Hartmann
2016-07-08Fixed #26796 -- Added a system check for m2m fields with ignored limit_choice...Anderson Resende
2016-07-08Fixed #26348 -- Added TruncTime and exposed it through the __time lookup.Simon Charette
2016-07-08Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields.Simon Charette
2016-07-08Refs #25774 -- Adjusted datetime database function docs field names.Simon Charette
2016-07-08Fixed #26837 -- Documented ModelMultipleChoiceField.to_field_nameSean Marlow
2016-07-07Refs #26709 -- Documented SchemaEditor.add/remove_index().Akshesh
2016-07-07Refs #26709 -- Required a name for Indexes passed to AddIndex.Akshesh
2016-07-07Fixed a typo in docs/ref/contrib/postgres/search.txt.Mathieu Richardoz
2016-07-06Fixed capitalization of "URL pattern".Tim Graham
2016-07-06Improved grammar in tutorial01.Daniel Rice
2016-07-06Added copy-to-clipboard support for all code snippetsBaptiste Mispelon
2016-07-06Fixed #25461 -- Corrected meta API code examples to account for MTI.Romain Garrigues
2016-07-06Fixed typo in docs/topics/class-based-views/generic-display.txtTaylor Edmiston
2016-07-04Fixed a typo in auth docs.Jiang Haiyun
2016-07-03Fixed #18682 -- Expanded explanation in stale content type deletion. (#6869)Erik Romijn
2016-07-02Fixed #26832 -- Added translated language name on the get_language_info docum...Leila20
2016-07-02Fixed #26829 -- Simplified version detection command in tutorialMd. Sadaf Noor
2016-07-01Added parallel test running to "Speeding up the tests" docs.Harry Moreno
2016-06-30Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension.Berker Peksag
2016-06-30Fixed #26002 -- Explained ModelAdmin.get_search_results() example.Tim Graham
2016-06-28Refs #23386 -- Documented that F() expressions are applied on each model.save()Tsering
2016-06-28Fixed #24694 -- Added support for context_processors to Jinja2 backend.Berker Peksag
2016-06-28Used strict comparison in docs/ref/csrf.txt's JavaScript.Camilo Nova
2016-06-28Fixed #15091 -- Allowed passing custom encoder to JSON serializer.Berker Peksag
2016-06-27Fixed #26709 -- Added class-based indexes.Akshesh
2016-06-27Added missing trailing '$' to url() patterns in docs.Ramiro Morales
2016-06-27Fixed #26806 -- Triple quoted docstrings in docs/ref/forms/validation.txt.Anderson Resende
2016-06-27Fixed #5897 -- Added the Content-Length response header in CommonMiddlewareClaude Paroz
2016-06-24Fixed #26719 -- Normalized email in AbstractUser.clean().Bang Dao + Tam Huynh
2016-06-24Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz
2016-06-23Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.Tim Graham