summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-05-28[2.2.x] Fixed #30479 -- Fixed detecting changes in manage.py by autoreloader ...Tom Forbes
2019-05-27[2.2.x] Doc'd that extra_email_context can be used to override default templa...Mariusz Felisiak
2019-05-24[2.2.x] Fixed #30504 -- Corrected redirect() signature in docs.Shashank Parekh
2019-05-24[2.2.x] Doc'd that assertXMLEqual()/assertXMLNotEqual() ignores XML declarati...Caio Ariede
2019-05-22[2.2.x] Fixed #30419 -- Favored Meta.indexes over Meta.index_together in opti...Akshesh
2019-05-22[2.2.x] Fixed datetime string format examples in docs/howto/custom-template-t...Alex Gaynor
2019-05-20[2.2.x] Refs #30062 -- Corrected UniqueConstraint signature in docs.GwynBleidD
2019-05-20[2.2.x] Changed poll_id to poll_ids in examples of custom management commands.mentix02
2019-05-20[2.2.x] Fixed #30488 -- Removed redundant Coalesce call in SQL generated by S...Thomasina Lee
2019-05-18[2.2.x] Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering...ruchit2801
2019-05-17[2.2.x] Changed docs to link to Python's description of iterable.Jon Dufresne
2019-05-17[2.2.x] Fixed #25633 -- Updated macOS Spatialite installation instructions.Daniel Hepper
2019-05-17[2.2.x] Fixed #30395 -- Doc'd a limitation of ModelForm.Meta.widgets.Tobias Kunze
2019-05-17[2.2.x] Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight a...Alex
2019-05-17[2.2.x] Fixed #30459 -- Delegated hide/show JS toggle to parent div.Claude Paroz
2019-05-15[2.2.x] Changed tuple choices to list in docs.Jon Dufresne
2019-05-15[2.2.x] Fixed #30316 -- Added source code link to the default logging configu...Ahisahar Pretel
2019-05-14[2.2.x] Fixed #30437 -- Clarified that urlpatterns can be a sequence.Jonatas C. Damasceno
2019-05-08[2.2.x] Added stub release notes for 2.2.2.Mariusz Felisiak
2019-05-07[2.2.x] Fixed typo in docs/ref/django-admin.txt.Daniel Musketa
2019-05-07[2.2.x] Fixed #26678 -- Doc'd that RelatedManager.add()/remove()/set() accept...Tobias Kunze
2019-05-03[2.2.x] Refs #20122 -- Corrected documentation of pluralize template filter.Tobias Kunze
2019-05-01[2.2.x] Updated man page for Django 2.2.Mariusz Felisiak
2019-05-01[2.2.x] Added release date for 2.2.1.Mariusz Felisiak
2019-04-30[2.2.x] Fixed #30412 -- Fixed crash when adding check constraints with OR'ed ...can
2019-04-30[2.2.x] Fixed #20629 -- Rephrased custom user models admonition.Tobias Kunze
2019-04-30[2.2.x] Fixed #30408 -- Fixed crash when adding check constraints with LIKE o...Simon Charette
2019-04-29[2.2.x] Fixed #30323 -- Fixed detecting changes by autoreloader when using St...Tom Forbes
2019-04-29[2.2.x] Refs #30323 -- Prevented crash of autoreloader when get_resolver().ur...Tom Forbes
2019-04-27[2.2.x] Fixed #30351 -- Handled pre-existing permissions in proxy model permi...Carlton Gibson
2019-04-26[2.2.x] Fixed #30361 -- Increased the default timeout of watchman client to 5...Jacob Green
2019-04-26[2.2.x] Fixed #30312 -- Relaxed admin check from django.contrib.sessions to S...Aarni Koskela
2019-04-25[2.2.x] Fixed #30318 -- Added check for importability of arguments of custom ...Alasdair Nicol
2019-04-25[2.2.x] Fixed #30362 -- Noted partial indexes and constraints restrictions wi...Mariusz Felisiak
2019-04-25[2.2.x] Fixed UniqueConstraint example in ref/models/constraints.txt.Mariusz Felisiak
2019-04-24[2.2.x] Changed tuple Mate.unique_together/permissions to lists in docs.Luke Plant
2019-04-23[2.2.x] Fixed #30385 -- Restored SearchVector(config) immutability.Simon Charette
2019-04-21[2.2.x] Fixed typo in docs/internals/contributing/committing-code.txt.Ville Skyttä
2019-04-19[2.2.x] Made cosmetic edits in docs/releases/2.2.1.txt.Mariusz Felisiak
2019-04-19[2.2.x] Fixed #30328 -- Fixed crash of IntegerField.validators when limit_val...Scott Fitsimones
2019-04-18[2.2.x] Fixed #30335, #29139 -- Fixed crash when ordering or aggregating over...can
2019-04-17[2.2.x] Updated SpatiaLite install instructions to suggest first package from...Willy Njundong
2019-04-16[2.2.x] Fixed #14808 -- Doc'd that trans and blocktrans tags don't escape tra...Tobias Kunze
2019-04-16[2.2.x] Fixed #14009 -- Fixed custom formset validation example in docs.Tobias Kunze
2019-04-16[2.2.x] Fixed typo in docs/ref/models/instances.txt.Gary Donovan
2019-04-15[2.2.x] Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in...Mariusz Felisiak
2019-04-15[2.2.x] Fixed #30326 -- Doc'd how to avoid persistence of F() assignment.sage
2019-04-14[2.2.x] Fixed #30350 -- Prevented recreation of migration for operations with...Florian Apolloner
2019-04-14[2.2.x] Corrected wording in docs/intro/overview.txt.gnl
2019-04-13[2.2.x] Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt.Daniel Musketa