summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2017-09-21Refs #28595 -- Added a hook to add execute wrappers for database queries.Shai Berger
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
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
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
2017-08-11Fixed #28252 -- Corrected docs for default file extensions of makemessages.Jonatas CD
2017-08-10Fixed #23766 -- Doc'd CursorWrapper.callproc().Mariusz Felisiak
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
2017-07-18Removed unneeded right quotes in docs to fix spelling errors.Tim Graham
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
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
2017-06-26Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak
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 ETag/Last-Modified...Josh Schneier
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
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
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 get_ful...Josh Schneier
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
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
2017-03-31Fixed #27993 -- Fixed model form default fallback for SelectMultiple.heathervm
2017-03-25Removed unexpected initial attribute in data migration examples.Stefano Rivera
2017-03-20Removed extra characters in docs header underlines.Mariusz Felisiak
2017-03-16Updated Django checkout URL to use https.Adi Mukherjee
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
2017-03-06Fixed #26817 -- Doc'd downsides and alternatives to Jinja2 context processors.Tim Graham