summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2019-02-28[2.1.x] Clarified permission-related docs.Tobias Bengfort
2019-02-25[2.1.x] Refs #29683 -- Updated multi-db docs for view permission.Tim Graham
2019-02-16[2.1.x] Fixed #30187 -- Moved "install Django" command to a console box.Mariusz Felisiak
2019-02-08[2.1.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2018-12-27[2.1.x] Updated OWASP Top 10 link to the latest version.Vedran Karačić
2018-12-27[2.1.x] Fixed broken links to PyYAML page.CHI Cheng
2018-12-12[2.1.x] Fixed #30036 -- Removed unused imports in pagination example.Carlton Gibson
2018-11-29[2.1.x] Fixed #29991 -- Doc'd logger propogation for the default logging config.raratiru
2018-11-26[2.1.x] Updated docs for fast column creation with defaults in PostgreSQL 11.Damian Dimmich
2018-11-23[2.1.x] Fixed typo in docs/topics/i18n/translation.txt.andreage
2018-11-15[2.1.x] Fixed #29864 -- Added link targets for low-level cache API.Prabakaran Kumaresshan
2018-11-13[2.1.x] Fixed #29940 -- Recommended using the ORM rather than raw SQL.Katie McLaughlin
2018-11-12[2.1.x] Doc'd PermissionsMixin's usage of User.is_active and is_superuser.Tobias Bengfort
2018-11-10[2.1.x] Updated some links to https and new locations.Mads Jensen
2018-10-23[2.1.x] Refs #29877 -- Made diveinto.org URLs HTTPS.Jon Dufresne
2018-10-23[2.1.x] Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.za
2018-10-22[2.1.x] Fixed #29880 -- Fixed typo in docs/topics/auth/default.txt.Tim Graham
2018-10-18[2.1.x] Updated Jinja2 static tag example to use django.templatetags.Andy Chosak
2018-10-17[2.1.x] Removed obsolete "ugly URL" reference.Tom Dyson
2018-10-13[2.1.x] Removed unused fields from aggregation docs.Peter Inglesby
2018-10-09[2.1.x] Capitalized "Python" in docs and comments.Jon Dufresne
2018-10-01[2.1.x] Fixed #29758 -- Documented how to test custom error views.Cammil Taank
2018-09-26[2.1.x] Fixed #29683 -- Added view permission to docs.Stephen James
2018-09-25[2.1.x] Refs #29784 -- Normalized Python docs links to omit the version.Jon Dufresne
2018-09-25[2.1.x] Refs #29784 -- Changed Python f-string link to use intersphinx.Jon Dufresne
2018-09-10[2.1.x] Fixed #16995 -- Clarified interaction of initial and extra with model...melipone
2018-09-10[2.1.x] Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-09-10[2.1.x] Fixed #29573 -- Added links in aggregation topic guide.Vishvajit Pathak
2018-08-25[2.1.x] Fixed #29226 -- Doc'd modify_settings() ordering considerations for P...Benjamin Bach
2018-08-18[2.1.x] Fixed #29685 -- Added QuerySet.explain() to the database optimization...Tom Forbes
2018-08-06[2.1.x] Consolidated docs about handling a ForeignKey in custom user model ma...Tim Graham
2018-07-31[2.1.x] Removed code terms from docs/spelling_wordlist.Tim Graham
2018-07-24[2.1.x] Fixed typo in docs/topics/http/urls.txt.minusf
2018-07-24[2.1.x] Fixed #29591 -- Fixed numbering words in docs/topics/db/examples/many...Tim Graham
2018-07-19[2.1.x] Fixed IntegrityError in docs/topics/db/examples/many_to_one.txt.Tim Graham
2018-07-18[2.1.x] Removed duplicate words in docs.Maxime Lorant
2018-07-07[2.1.x] Removed usage of 'object' variable name in docs.Harry Moreno
2018-07-02[2.1.x] Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth ...Tim Graham
2018-06-29[2.1.x] Fixed #29535 -- Updated email.MIME* references for Python 3.José L. Patiño
2018-06-28[2.1.x] Refs #29513 -- Linked the testing docs from the multi-db topic guide.Mattia Cattarinussi
2018-06-28[2.1.x] Fixed links for i18n context processor docs.Tim Graham
2018-06-28[2.1.x] Fixed location of a few doc labels.Tim Graham
2018-06-21[2.1.x] Updated a test example to use snake case.Adam Johnson
2018-06-05[2.1.x] Fixed typo in docs/topics/auth/customizing.txt.Michael Kiros
2018-06-02[2.1.x] Fixed #29430 -- Clarified send_mail()'s fail_silently docs.Subhav Gautam
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2018-05-15Add clarifying section about historical migration modelsAndrew Godwin
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2018-05-09Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert
2018-05-04Fixed #26688 -- Fixed HTTP request logging inconsistencies.Samir Shah