summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2016-03-21[1.9.x] Fixed #26392 -- Corrected login_required/permission_required stacking...Tim Graham
2016-03-15[1.9.x] Fixed DiscoverRunner failfast parameter default in docs.Andrew Abraham
2016-03-15[1.9.x] Fixed #26290 -- Documented that a QuerySet for pagination should be o...Duane Hilton
2016-03-14[1.9.x] Fixed #25804 -- Documented additions to Jinja2 context.Moritz Sichert
2016-03-14[1.9.x] Fixed typos in docs.Jakub Wilk
2016-03-08[1.9.x] Fixed #26256 -- Added note about primary key serializationClaude Paroz
2016-03-01[1.9.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during lo...Florian Apolloner
2016-02-25[1.9.x] Corrected a run on sentence in doc/topics/db/models.txt.Tim Graham
2016-02-25[1.9.x] Refs #26270 -- Reorganized TestCase docs.Tim Graham
2016-02-24[1.9.x] Fixed a function signature in docs/topics/auth/default.txt.Tim Graham
2016-02-24[1.9.x] Removed docs of deprecated SimpleTestCase warnings behavior.Tim Graham
2016-02-23[1.9.x] Fixed spelling errorMarkus Holtermann
2016-02-22[1.9.x] Fixed #26188 -- Documented how to wrap password hashers.Tim Graham