summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2016-06-21[1.10.x] Refs #21379, #26719 -- Moved username normalization to AbstractBaseU...Tim Graham
2016-06-20[1.10.x] Fixed typo in docs/topics/db/managers.txtTim Graham
2016-06-17[1.10.x] Added urlpatterns variable in docs/topics/http/urls.txt.Trey Hunner
2016-06-17[1.10.x] Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware ...Carl Meyer
2016-06-16[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-06-15[1.10.x] Fixed broken links in docs and comments.Ville Skyttä
2016-06-14[1.10.x] Fixed #26754 -- Documented django.template.context_processors.tzVille Skyttä
2016-06-09[1.10.x] Fixed #21588 -- Corrected handler initialization in "modifying uploa...Berker Peksag
2016-06-07[1.10.x] Fixed #26704 -- Documented DjangoJSONEncoder.Tommy Beadle
2016-06-04[1.10.x] Fixed #25127 -- Documented how to organize models in a package.Evan Palmer
2016-06-04[1.10.x] Used snippet directive in file upload example.Berker Peksag
2016-06-03[1.10.x] Fixed #26604 -- Added a multiple file upload example to topics/http/...Berker Peksag
2016-06-03[1.10.x] Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-06-02[1.10.x] Fixed #26337 -- Added i18n note about using a non-English base languageClaude Paroz
2016-05-31[1.10.x] Fixed #26503 -- Removed an outdated example from session docs.Berker Peksag
2016-05-28[1.10.x] Refs #22634 -- Removed unneeded app_label in custom session engine e...Tim Graham
2016-05-27[1.10.x] Fixed #26635 -- Clarified Argon2PasswordHasher's memory_cost differs...Bas Westerbaan
2016-05-27[1.10.x] Fixed typo in docs/topics/forms/modelforms.txtSergey Fedoseev
2016-05-25[1.10.x] Added imports to docs/topics/db/aggregation.txt example.MariKiev
2016-05-19Fixed #20869 -- made CSRF tokens change every request by salt-encrypting themShai Berger
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-17Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...Loïc Bistuer
2016-05-17Fixed #20932, #25897 -- Streamlined manager inheritance.Loïc Bistuer
2016-05-16Refs #21379 -- Normalized unicode username inputsClaude Paroz
2016-05-16Fixed #24305 -- Allowed overriding fields on abstract models.Aron Podrigal
2016-05-14Refs #26021 -- Used hanging indentation in some doc examples.Tim Graham
2016-05-14Used 'classmethod' annotation in docs/topics/auth/customizing.txtTim Graham
2016-05-13Fixed typo in docs/topics/db/models.txtTim Graham
2016-05-13Fixed #24938 -- Added PostgreSQL trigram support.Matthew Somerville
2016-05-12Fixed typo in docs/topics/conditional-view-processing.txteltronix
2016-05-11Refs #26052 -- Corrected a sentence for conditional_content_removal() removal.Tim Graham
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-05-07Fixed #26566 -- Rewrote an incorrect Cache-Control example.Vasiliy Faronov
2016-05-07Fixed a typoMatthias K
2016-05-07Fixed #26595 -- Removed unnecessary save() in one_to_one.txt example.shiblystory
2016-05-06Fixed syntax highlighting in docs/topics/cache.txtTim Graham
2016-05-03Normalized "an SQL" spelling.Ville Skyttä
2016-05-03Clarified that setting names must be uppercase.David D Lowe
2016-05-03Fixed #26567 -- Updated references to obsolete RFC2616.Vasiliy Faronov
2016-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-27Refs #25136 -- Fixed nonexistent field reference in aggregation topic guide.Tim Graham
2016-04-27Fixed typo in docs/topics/testing/tools.txteltronix
2016-04-26Fixed typo in docs/topics/testing/tools.txteltronix
2016-04-22Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn
2016-04-21Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne
2016-04-20Fixed incorrect rendered widget in forms example.Jon Dufresne
2016-04-20Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a Ke...Tobias Kroenke
2016-04-18Fixed typo in docs/topics/class-based-views/mixins.txteltronix
2016-04-18Fixed #26514 -- Documented that User.refresh_from_db() doesn't clear the perm...Tim Graham
2016-04-15Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based viewsClaude Paroz