summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2016-07-12[1.9.x] Fixed #26831 -- Documented session data must be JSON encodable for JS...Md. Sadaf Noor
2016-07-06[1.9.x] Fixed capitalization of "URL pattern".Tim Graham
2016-07-06[1.9.x] Fixed typo in docs/topics/class-based-views/generic-display.txtTaylor Edmiston
2016-07-04[1.9.x] Fixed a typo in auth docs.Jiang Haiyun
2016-07-02[1.9.x] Fixed #26832 -- Added translated language name on the get_language_in...Leila20
2016-07-01[1.9.x] Added parallel test running to "Speeding up the tests" docs.Harry Moreno
2016-06-27[1.9.x] Added missing trailing '$' to url() patterns in docs.Ramiro Morales
2016-06-22[1.9.x] Fixed typo in docs/topics/logging.txtJohn-Scott Atlakson
2016-06-17[1.9.x] Added urlpatterns variable in docs/topics/http/urls.txt.Trey Hunner
2016-06-15[1.9.x] Fixed broken links in docs and comments.Ville Skyttä
2016-06-14[1.9.x] Fixed #26754 -- Documented django.template.context_processors.tzVille Skyttä
2016-06-09[1.9.x] Fixed #21588 -- Corrected handler initialization in "modifying upload...Berker Peksag
2016-06-07[1.9.x] Fixed #26704 -- Documented DjangoJSONEncoder.Tommy Beadle
2016-06-04[1.9.x] Fixed #25127 -- Documented how to organize models in a package.Evan Palmer
2016-06-04[1.9.x] Used snippet directive in file upload example.Berker Peksag
2016-06-03[1.9.x] Fixed #26604 -- Added a multiple file upload example to topics/http/f...Berker Peksag
2016-06-03[1.9.x] Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-05-31[1.9.x] Fixed #26503 -- Removed an outdated example from session docs.Berker Peksag
2016-05-28[1.9.x] Refs #22634 -- Removed unneeded app_label in custom session engine ex...Tim Graham
2016-05-27[1.9.x] Fixed typo in docs/topics/forms/modelforms.txtSergey Fedoseev
2016-05-25[1.9.x] Added imports to docs/topics/db/aggregation.txt example.MariKiev
2016-05-14[1.9.x] Refs #26021 -- Used hanging indentation in some doc examples.Tim Graham
2016-05-14[1.9.x] Used 'classmethod' annotation in docs/topics/auth/customizing.txtTim Graham
2016-05-13[1.9.x] Fixed typo in docs/topics/db/models.txtTim Graham
2016-05-12[1.9.x] Fixed typo in docs/topics/conditional-view-processing.txteltronix
2016-05-08[1.9.x] Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-05-07[1.9.x] Fixed #26566 -- Rewrote an incorrect Cache-Control example.Vasiliy Faronov
2016-05-07[1.9.x] Fixed a typo in docs/topics/http/urls.txtMatthias K
2016-05-07[1.9.x] Fixed #26595 -- Removed unnecessary save() in one_to_one.txt example.shiblystory
2016-05-06[1.9.x] Fixed syntax highlighting in docs/topics/cache.txtTim Graham
2016-05-03[1.9.x] Normalized "an SQL" spelling.Ville Skyttä
2016-05-03[1.9.x] Clarified that setting names must be uppercase.David D Lowe
2016-05-03[1.9.x] Fixed #26567 -- Updated references to obsolete RFC2616.Vasiliy Faronov
2016-04-28[1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-27[1.9.x] Refs #25136 -- Fixed nonexistent field reference in aggregation topic...Tim Graham
2016-04-27[1.9.x] Fixed typo in docs/topics/testing/tools.txteltronix
2016-04-26[1.9.x] Fixed typo in docs/topics/testing/tools.txteltronix
2016-04-20[1.9.x] Fixed incorrect rendered widget in forms example.Jon Dufresne
2016-04-20[1.9.x] Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't ret...Tobias Kroenke
2016-04-18[1.9.x] Fixed typo in docs/topics/class-based-views/mixins.txteltronix
2016-04-18[1.9.x] Fixed #26514 -- Documented that User.refresh_from_db() doesn't clear ...Tim Graham
2016-04-13[1.9.x] Fixed #26493 -- Documented how built-in signals are sent.Filipa Andrade
2016-04-09[1.9.x] Refs #26464 -- Added a link to OWASP Top 10 in security topic guide.Tim Graham
2016-04-06[1.9.x] Refs #14131 -- Documented why paginating large QuerySets may be slow.Daniel Jilg
2016-04-04[1.9.x] Removed a reference to Django 1.3.1 in docs.Tim Graham
2016-04-02[1.9.x] Fixed #14131 -- Added note to docs about Pagination and large QuerysetsDaniel Jilg
2016-03-31[1.9.x] Fixed #26438 -- Fixed multiple .objects typos in the docs.Simon Charette
2016-03-31[1.9.x] Fixed #26410 -- Added a docs example for loader.render_to_string().Tim Graham
2016-03-25[1.9.x] Fixed #26408 -- Updated link to DEP 182.Aymeric Augustin
2016-03-25[1.9.x] Fixed typo in docs/topics/db/aggregation.txt.Tim Shaffer