summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2018-05-17[2.1.x] Bumped django_next_version in sphinx config to 2.2.Tim Graham
2018-05-17[2.1.x] Removed empty sections from 2.1 release notes.Tim Graham
2018-05-17Updated man page for Django 2.1 alpha.Tim Graham
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-15Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.Claude Paroz
2018-05-14Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pytho...Ryan P Kilby
2018-05-13Fixed #29401 -- Updated admin's jQuery to 3.3.1.T N
2018-05-13Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2018-05-10Fixed #27629 -- Added router.allow_relation() calls for assignments between u...Stefan R. Filipek
2018-05-10Upgraded OpenLayers to 4.6.5 for OpenLayersWidgetClaude Paroz
2018-05-09Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert
2018-05-07Alphabetized imports in docs/ref/contrib/postgres/fields.txt.Hasan Ramezani
2018-05-04Fixed #26688 -- Fixed HTTP request logging inconsistencies.Samir Shah
2018-05-03Refs #29358 -- Corrected wording in primary key check message.Carlton Gibson
2018-05-03Fixed #29358 -- Added a system check to prohibit models with more than one pr...Hasan Ramezani
2018-05-02Fixed #29351 -- Doc'd that ModelAdmin.prepopulated_fields removes stop words.Kelly Hogan
2018-05-02Fixed #29375 -- Removed empty action attribute on HTML forms.CHI Cheng
2018-05-01Added stub release notes for 2.0.6.Tim Graham
2018-05-01Added release date for 2.0.5 and 1.11.13.Tim Graham
2018-04-29Fixed #29360 -- Removed Fabric examples in docs.Srinivas Reddy Thatiparthy
2018-04-28Fixed #29369 -- Mentioned the #django-dev IRC channel in contributing index.PhrydRhys
2018-04-27Fixed #27480 -- Added cache.touch().Nicolas NoƩ
2018-04-23Fixed #29349 -- Doc'd the default behavior of router.allow_relation().Stefan R. Filipek
2018-04-23Fixed typos in docs/topics/auth/passwords.txt.adamth
2018-04-19Fixed #29313 -- Doc'd how to use F() to sort null values.drd0013
2018-04-19Fixed #28600 -- Added prefetch_related() support to RawQuerySet.Adnan Umer
2018-04-19Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet.Adnan Umer
2018-04-19Fixed #29339 -- Added result caching to RawQuerySet.Adnan Umer
2018-04-19Fixed #28574 -- Added QuerySet.explain().Tom
2018-04-19Fixed #29212 -- Doc'd redirect loop if @permission_required used with redirec...Nick Pope
2018-04-19Clarified wording in tutorial text.Burhanuddin Baharuddin
2018-04-18Fixed #29174, #29175 -- Doc'd that f-strings and JavaScript template strings ...Tim Graham
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-04-17Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is acc...Jon Dufresne
2018-04-16Fixed #29274 -- Increased the number of common passwords from 1k to 20k.GS-14
2018-04-15Fixed typo in docs/topics/i18n/translation.txt.Ben Menesini
2018-04-13Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor
2018-04-13Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or values_...Mariusz Felisiak
2018-04-12Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.Paul Donohue
2018-04-11Fixed #29193 -- Prevented unnecessary foreign key drops when altering a uniqu...Jeremy Bowman
2018-04-11Fixed typo in docs/topics/db/managers.txt.Luoxzhg
2018-04-10Refs #28062 -- Doc'd PostgreSQL server-side cursors as a backwards incompatib...Tim Graham
2018-04-10Fixed mistakes in docs/topics/db/examples/many_to_one.txt.Luoxzhg
2018-04-10Fixed #29307 -- Fixed inspectdb import paths for django.contrib.postgres fields.Alasdair Nicol
2018-04-06Updated contributing docs for some latest practices.Tim Graham
2018-04-05Fixed #29248 -- Renamed admin CSS class field-box to fieldBox.Faheel Ahmad
2018-04-04Fixed #27991 -- Added obj arg to InlineModelAdmin.has_add_permission().Jon Dufresne
2018-04-04Fixed ordering in docs/internals/deprecation.txt.Tim Graham