summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2019-02-08[1.11.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2018-12-27[1.11.x] Fixed broken links to PyYAML page.CHI Cheng
2018-06-28[1.11.x] Fixed location of a few doc labels.Tim Graham
2018-04-18Revert "[1.11.x] Fixed #29174, #29175 -- Doc'd that f-strings and JavaScript ...Carlton Gibson
2018-04-18[1.11.x] Fixed #29174, #29175 -- Doc'd that f-strings and JavaScript template...Tim Graham
2018-04-10[1.11.x] Fixed mistakes in docs/topics/db/examples/many_to_one.txt.Luoxzhg
2018-03-13[1.11.x] Fixed #29192 -- Removed inaccurate statement regarding overriding fi...ovalseven8
2018-01-17[1.11.x] Fixed typo in docs/topics/i18n/translation.txt.Peter Wischer
2017-12-04[1.11.x] Fixed typo in docs/topics/testing/advanced.txt.Sergey Fedoseev
2017-11-23[1.11.x] Linked to prefetch_related_objects func in DB optimization docs.Luke Plant
2017-11-22[1.11.x] Fixed typo in docs/topics/forms/media.txt.Hyunwoo Park
2017-11-16[1.11.x] Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.Tim Graham
2017-11-07[1.11.x] Fixed typo in docs/topics/db/aggregation.txt.Tim Graham
2017-09-29[1.11.x] Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.Stefan Schneider
2017-09-29[1.11.x] Fixed #28648 -- Corrected typo in docs/topics/db/queries.txt.Stefan Schneider
2017-09-19[1.11.x] Fixed typo in docs/topics/cache.txt.tk
2017-09-04[1.11.x] Fixed #28479 -- Doc'd that transaction rollback doesn't revert model...Jonatas CD
2017-09-02[1.11.x] Fixed #28332 -- Fixed diamond inheritence example in docs.Jeremy Satterfield
2017-08-30[1.11.x] Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.Jkrzy
2017-08-22[1.11.x] Fixed #27931 -- Clarified the meaning of "django catch-all logger."Kim DoHyeon
2017-08-22[1.11.x] Added "test --keepdb" to testing speedup docs.Harry Moreno
2017-08-11[1.11.x] Fixed #28252 -- Corrected docs for default file extensions of makeme...Jonatas CD
2017-08-10[1.11.x] Fixed #23766 -- Doc'd CursorWrapper.callproc().Mariusz Felisiak
2017-07-11[1.11.x] Fixed #28352 -- Corrected QuerySet.values_list() return type in docs...Irindu Indeera
2017-07-04[1.11.x] Added missing import in docs/topics/db/queries.txt.Tushar Malik
2017-06-07[1.11.x] Fixed #28233 -- Used a simpler example in the aggregation "cheat she...Tim Graham
2017-05-25[1.11.x] Fixed typo in docs/topics/testing/advanced.txt.Dima Veselov
2017-05-22[1.11.x] Updated various links in docs to avoid redirectsClaude Paroz
2017-05-22[1.11.x] Made docs/topics/migrations.txt use single quotes consistently.Markus Amalthea Magnuson
2017-05-20[1.11.x] Pointed Dive into Python links to python3 siteMichiel Beijen
2017-05-11[1.11.x] Fixed #28148 -- Doc'd ImageField name validation concerns with the t...Riccardo Magliocchetti
2017-05-01[1.11.x] Fixed #28139 -- Added another level of headings in the topics index.Tim Graham
2017-04-29[1.11.x] Fixed typo in docs/topics/auth/default.txt.shinriyo
2017-04-26[1.11.x] Added content_type filtering in Permission querying example.Nauman Tariq
2017-04-24[1.11.x] Renamed "Mac OS X" to "macOS" in docs.Michiel Beijen
2017-04-08[1.11.x] Fixed typos in docs/topic/db/search.txt.Paolo Melchiorre
2017-04-01[1.11.x] Fixed #28003 -- Doc'd what an auto-created OneToOneField parent_link...Simon Charette
2017-03-31[1.11.x] Fixed #27993 -- Fixed model form default fallback for SelectMultiple.heathervm
2017-03-25[1.11.x] Removed unexpected initial attribute in data migration examples.Stefano Rivera
2017-03-20[1.11.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2017-03-08[1.11.x] Fixed #27911 -- Doc'd how to register custom User with admin.David D Lowe
2017-03-07[1.11.x] Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_back...Camilo Nova
2017-03-06[1.11.x] Fixed #26817 -- Doc'd downsides and alternatives to Jinja2 context p...Tim Graham
2017-02-24[1.11.x] Fixed #27875 -- Doc'd manager_inheritance_from_future in manager docs.Tim Graham
2017-02-11[1.11.x] Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.Robert Roskam
2017-02-08[1.11.x] Fixed typo in docs/topics/testing/tools.txt.Tim Graham
2017-02-07[1.11.x] Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans.Tim Graham
2017-01-27[1.11.x] Fixed #27678 -- Warned that the template system isn't safe against u...andrewnester
2017-01-21[1.11.x] Removed unused imports in example migrations.Arkadiusz Adamski
2017-01-17Refs #24109 -- Doc'd the elidable feature in squashing migrations docs.Ed Morley