summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2016-06-22Fixed #25920 -- Added support for non-uniform NUMBER_GROUPING.jasisz
2016-06-22Fixed typo in 1.11 release notes.Zbigniew Siciarz
2016-06-22Fixed a heading typo in docs/releases/1.11.txtTim Graham
2016-06-22Fixed typo in docs/topics/logging.txtJohn-Scott Atlakson
2016-06-21Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.Tim Graham
2016-06-21Fixed #25940 -- Added OGRGeometry.from_gml() and GEOSGeometry.from_gml().Sergey Fedoseev
2016-06-21Fixed #26787 -- Documented deleting and reloading of model instance fields.Tim Graham
2016-06-20Fixed #26776 -- Documented url()'s view argument.Andrew Nester
2016-06-20Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.Tobias McNulty
2016-06-20Fixed typo in docs/topics/db/managers.txtTim Graham
2016-06-18Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz
2016-06-17Added urlpatterns variable in docs/topics/http/urls.txt.Trey Hunner
2016-06-17Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception...Carl Meyer
2016-06-17Fixed #26774 -- Corrected value of default_zoom in GeoModelAdmin docKrzysztof Jurewicz
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-06-15Fixed broken links in docs and comments.Ville Skyttä
2016-06-15Refs #14030 -- Updated docs per "Improved expression support for python values."Sergey Fedoseev
2016-06-15Removed nonexistent attribute in docs/ref/contrib/admin/index.txtTim Graham
2016-06-14Fixed #26754 -- Documented django.template.context_processors.tzVille Skyttä
2016-06-13Fixed #4136 -- Made ModelForm save empty values for nullable CharFields as NULL.Jon Dufresne
2016-06-10Fixed #12810 -- Added a check for clashing ManyToManyField.db_table names.Berker Peksag
2016-06-09Refs #26524 -- Fixed an error in 1.11 release notes.Vytis Banaitis
2016-06-09Fixed #21588 -- Corrected handler initialization in "modifying upload handler...Berker Peksag