summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2017-09-19Fixed typo in docs/topics/cache.txt.tk
2017-09-08Removed obsolete doc references to javascript_catalog.Samir Shah
2017-09-06Fixed #27318 -- Made cache.set_many() return the list of failed keys.Olivier Tabone
2017-09-06Fixed #28032 -- Added Paginator.get_page().Sami J. Lehtinen
Moved boilerplate from docs to a method.
2017-09-04Fixed #28479 -- Doc'd that transaction rollback doesn't revert model state.Jonatas CD
2017-09-02Fixed #28332 -- Fixed diamond inheritence example in docs.Jeremy Satterfield
2017-08-30Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.Jkrzy
2017-08-22Fixed #27931 -- Clarified the meaning of "django catch-all logger."Kim DoHyeon
2017-08-22Added "test --keepdb" to testing speedup docs.Harry Moreno
2017-08-21Fixed typo in documented number of logging filters.Adrien Brunet
2017-08-12Fixed #27849 -- Added filtering support to aggregates.Tom
2017-08-12Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.Mariusz Felisiak
Thanks Shai Berger, Tim Graham and Aymeric Augustin for reviews and Renbi Yu for the initial patch.
2017-08-11Fixed #28252 -- Corrected docs for default file extensions of makemessages.Jonatas CD
2017-08-10Fixed #23766 -- Doc'd CursorWrapper.callproc().Mariusz Felisiak
Thanks Tim Graham for the review.
2017-07-26Fixed #28363 -- Allowed naming the migration generated by squashmigrations.Melvyn Sopacua
2017-07-20Fixed #28377 -- Made combining form Media retain relative asset order.Johannes Hoppe
Thanks Florian Apolloner, Mariusz Felisiak, and Tim Graham for reviews.
2017-07-18Removed unneeded right quotes in docs to fix spelling errors.Tim Graham
A regression in pyenchant caused a problem: https://github.com/rfk/pyenchant/issues/93
2017-07-11Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples.Irindu Indeera
2017-07-06Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ↵Bruno Alla
in as_view().
2017-07-04Added missing import in docs/topics/db/queries.txt.Tushar Malik
2017-06-27Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.Mariusz Felisiak
Thanks Markus Holtermann and Tim Graham for reviews.
2017-06-26Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak
Tests and docs complement to cecc079168e8669138728d31611ff3a1e7eb3a9f.
2017-06-06Fixed #28233 -- Used a simpler example in the aggregation "cheat sheet" docs.Tim Graham
2017-06-06Fixed #28104 -- Prevented condition decorator from setting ↵Josh Schneier
ETag/Last-Modified headers for non-safe requests.
2017-05-31Fixed #22550 -- Prohibited QuerySet.last()/reverse() after slicing.Matthias Erll
2017-05-25Fixed typo in docs/topics/testing/advanced.txt.Dima Veselov
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
Thanks Tim Graham and Mariusz Felisiak for review and completion.
2017-05-22Made docs/topics/migrations.txt use single quotes consistently.Markus Amalthea Magnuson
2017-05-20Pointed Dive into Python links to python3 siteMichiel Beijen
The old site handles python2, and is thus no longer relevant for Django. Also I pointed the search path links to the proper sections.
2017-05-11Fixed #28148 -- Doc'd ImageField name validation concerns with the test client.Riccardo Magliocchetti
2017-05-06Fixed #28089 -- Removed requirement to implement get_short_name() and ↵Josh Schneier
get_full_name() in AbstractBaseUser subclasses.
2017-05-01Fixed #28139 -- Added another level of headings in the topics index.Tim Graham
2017-04-29Fixed typo in docs/topics/auth/default.txt.shinriyo
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
Thanks Tim Graham for the review.
2017-04-26Added content_type filtering in Permission querying example.Nauman Tariq
2017-04-24Renamed "Mac OS X" to "macOS" in docs.Michiel Beijen
2017-04-08Fixed typos in docs/topic/db/search.txt.Paolo Melchiorre
2017-04-01Fixed #28003 -- Doc'd what an auto-created OneToOneField parent_link looks like.Simon Charette
Thanks Simon Charette for the draft patch.
2017-03-31Fixed #27993 -- Fixed model form default fallback for SelectMultiple.heathervm
2017-03-25Removed unexpected initial attribute in data migration examples.Stefano Rivera
Inadvertently added in db97a8849519a3933bf4abd2184efd68ebc21965.
2017-03-20Removed extra characters in docs header underlines.Mariusz Felisiak
2017-03-16Updated Django checkout URL to use https.Adi Mukherjee
It's slightly more compatible than the git protocol.
2017-03-15Fixed #27882 -- Allowed {% cache %} to cache indefinitely.Bo Marchman
2017-03-14Fixed typo in docs/topics/db/aggregation.txt header.Mads Jensen
2017-03-08Fixed #27911 -- Doc'd how to register custom User with admin.David D Lowe
2017-03-07Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend.Camilo Nova
2017-03-07Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."Tim Graham
This reverts commit 4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229.
2017-03-06Fixed #26817 -- Doc'd downsides and alternatives to Jinja2 context processors.Tim Graham
Thanks Aymeric Augustin and Carl Meyer.
2017-02-27Imported django.http classes instead of django.http.Asif Saifuddin Auvi
2017-02-23Fixed #27878, refs #23919 -- Used python3 shebangs.Chris Lamb