summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2016-09-01[1.10.x] Refs #25850, #27142, #27110 -- Documented migration history consiste...Shai Berger
2016-09-01[1.10.x] Refs #27164 -- Fixed typo in docs/topics/db/multi-db.txtTim Graham
2016-08-31[1.10.x] Made settings docs link to cache parameters more specific.Ed Morley
2016-08-31[1.10.x] Fixed typo in docs/topics/testing/overview.txtMike Fiedler
2016-08-24[1.10.x] Fixed #27039 -- Fixed empty data fallback to model field default in ...Tim Graham
2016-08-19[1.10.x] Fixed #27013 -- Clarified commands to install argon2/bcrypt packages.Tim Graham
2016-08-19[1.10.x] Fixed #26571 -- Corrected recommendation for converting timestamps t...Tim Graham
2016-08-19[1.10.x] Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs.Brightcells
2016-08-17[1.10.x] Fixed #27069 -- Doc'd which gettext functions may be aliased as _.Mattias Loverot
2016-08-16[1.10.x] Fixed #19222 -- Documented that default managers aren't used for rel...Tim Graham
2016-08-15[1.10.x] Documented how allow_migrate() interacts with makemigrations.Timothy Allen
2016-08-11[1.10.x] Documented the cache_control() decorator.Kevin Christopher Henry
2016-08-11[1.10.x] Clarified session verification with respect to the current session.Tim Graham
2016-08-10[1.10.x] Fixed #26957 -- Corrected authenticate() docs regarding User.is_active.an0o0nym
2016-08-10[1.10.x] Fixed #27045 -- Documented that AUTH_PASSWORD_VALIDATORS aren't appl...Tim Graham
2016-08-09[1.10.x] Fixed #27041 -- Documented that built-in middleware are compatible w...Ville Skyttä
2016-08-05[1.10.x] Edited docs of test.utils.setup/teardown_test_environment().Chris Jerdonek
2016-08-05[1.10.x] Edited multi-db topic guide for grammar and clarity.Liz Lemon
2016-07-25[1.10.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering...Tim Graham
2016-07-22[1.10.x] Fixed #18348 -- Documented SesssionStore.create()Preetham Nosum
2016-07-12[1.10.x] Fixed #26831 -- Documented session data must be JSON encodable for J...Md. Sadaf Noor
2016-07-06[1.10.x] Fixed capitalization of "URL pattern".Tim Graham
2016-07-06[1.10.x] Fixed typo in docs/topics/class-based-views/generic-display.txtTaylor Edmiston
2016-07-04[1.10.x] Fixed a typo in auth docs.Jiang Haiyun
2016-07-02[1.10.x] Fixed #26832 -- Added translated language name on the get_language_i...Leila20
2016-07-01[1.10.x] Added parallel test running to "Speeding up the tests" docs.Harry Moreno
2016-06-27[1.10.x] Added missing trailing '$' to url() patterns in docs.Ramiro Morales
2016-06-22[1.10.x] Fixed typo in docs/topics/logging.txtJohn-Scott Atlakson
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