summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2016-08-24[1.10.x] Fixed #27044 -- Included already applied migration changes in the po...Simon Charette
2016-08-23[1.10.x] Fixed #27089 -- Added database alias to InconsistentMigrationHistory...Tim Graham
2016-08-23[1.10.x] Fixed #24650 -- Documented how to change an unmanaged model to managed.Tim Graham
2016-08-23[1.10.x] Fixed #26998 -- Reverted some admin checks from checking field.many_...Collin Anderson
2016-08-20[1.10.x] Fixed #27018 -- Fixed admindocs crash with a view in a class.Helen Sherwood-Taylor
2016-08-19[1.10.x] Fixed #27013 -- Clarified commands to install argon2/bcrypt packages.Tim Graham
2016-08-19[1.10.x] Fixed #27085 -- Corrected a screenshot in the tutorial.Tim Graham
2016-08-19[1.10.x] Fixed #26987 -- Documented using QuerySet.get() without arguments.Abhishek Bera
2016-08-19[1.10.x] Fixed #26571 -- Corrected recommendation for converting timestamps t...Tim Graham
2016-08-19[1.10.x] Refs #26747 -- Corrected a method name in tutorial05.Vincent Zhang
2016-08-19[1.10.x] Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs.Brightcells
2016-08-18[1.10.x] Refs #25854 -- Completed a RequestContext docs example.Tim Graham
2016-08-18[1.10.x] Fixed #26807 -- Documented how to replicate SubfieldBase's assignmen...Tim Graham
2016-08-19[1.10.x] Fixed #27073 -- Removed duplicated managers in `Model._meta.managers`.Loïc Bistuer
2016-08-18[1.10.x] Corrected text from Python's Windows installer.Timothy Allen
2016-08-18[1.10.x] Fixed #27054 -- Fixed makemigrations crash with a read-only database.Jim Nicholls
2016-08-17[1.10.x] Refs #26983 -- Added test for isnull lookup to CharField with primar...Chris Lamb
2016-08-17[1.10.x] Fixed #27069 -- Doc'd which gettext functions may be aliased as _.Mattias Loverot
2016-08-17[1.10.x] Fixed #26616 -- Clarified model usage in AppConfig.ready().Kevin Christopher Henry
2016-08-17[1.10.x] Fixed incorrect doc reference to Field.initial.Jon Dufresne
2016-08-16[1.10.x] Fixed #19222 -- Documented that default managers aren't used for rel...Tim Graham
2016-08-15[1.10.x] Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable.Tim Graham
2016-08-15[1.10.x] Fixed #27014 -- Fixed annotations with database functions on PostGIS.Daniel Wiesmann
2016-08-15[1.10.x] Documented how allow_migrate() interacts with makemigrations.Timothy Allen
2016-08-15[1.10.x] Made cosmetic edits to Field.default docs.Victor Oliveira da Silva
2016-08-12[1.10.x] Fixed #27048 -- Documented that refresh_from_db() doesn't reload @ca...Tim Graham
2016-08-12[1.10.x] Removed some unnecessary repetition in PostgreSQL operations docs.Tim Graham
2016-08-12[1.10.x] Fixed #27037 -- Prevented required attribute on ClearableFileInput w...Jon Dufresne
2016-08-12[1.10.x] Fixed typo in docs/releases/1.9.txtTim Graham
2016-08-11[1.10.x] Documented the cache_control() decorator.Kevin Christopher Henry
2016-08-11[1.10.x] Refs #23960 -- Documented how to restore absolute redirect URLs.Moritz Sichert
2016-08-11[1.10.x] Clarified session verification with respect to the current session.Tim Graham
2016-08-11[1.10.x] Fixed #27050 -- Corrected django.setup()'s parameter name in docs.Tim Graham
2016-08-10[1.10.x] Fixed #26957 -- Corrected authenticate() docs regarding User.is_active.an0o0nym
2016-08-10[1.10.x] Documented GeoHash's precision parameter.Sergey Fedoseev
2016-08-10[1.10.x] Fixed #27045 -- Documented that AUTH_PASSWORD_VALIDATORS aren't appl...Tim Graham
2016-08-10[1.10.x] Fixed #26973 -- Fixed views.static.serve() crash with show_indexes e...Tim Graham
2016-08-09[1.10.x] Fixed #26952 -- Added tips for installing test suite dependencies.an0o0nym
2016-08-09[1.10.x] Removed obsolete note about Sphinx version required for building docs.Tim Graham
2016-08-09[1.10.x] Unified SpatiaLite spellingClaude Paroz
2016-08-09[1.10.x] Fixed #27041 -- Documented that built-in middleware are compatible w...Ville Skyttä
2016-08-08[1.10.x] Fixed docs to refer to HSTS includeSubdomains as a directive.Ed Morley
2016-08-08[1.10.x] Fixed typos in db-api GIS docsClaude Paroz
2016-08-06[1.10.x] Fixed #27026 -- Fixed state initialization of bulk_create() objects ...Sjoerd Job Postmus
2016-08-06[1.10.x] Fixed #27027 -- Restored Client.force_login() defaulting to the firs...Ben Demboski
2016-08-06[1.10.x] Fixed a few grammar issues in working-with-git doc.Adam Zapletal
2016-08-05[1.10.x] Fixed #27004 -- Made migrations consistency check ignore unapplied s...Jarek Glowacki
2016-08-05[1.10.x] Edited docs of test.utils.setup/teardown_test_environment().Chris Jerdonek
2016-08-05[1.10.x] Edited multi-db topic guide for grammar and clarity.Liz Lemon
2016-08-05[1.10.x] Fixed #26986 -- Documented force_login() delegation to auth backends.Tim Graham