summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-03[2.2.x] Bumped version for 2.2.2 release.2.2.2Carlton Gibson
2019-06-03[2.2.x] Applied jQuery patch for CVE-2019-11358.Carlton Gibson
2019-06-03[2.2.x] Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL before ...Carlton Gibson
2019-06-03[2.2.x] Added stub release notes for security releases.Carlton Gibson
2019-05-31[2.2.x] Fixed #28831 -- Doc'd that InlineModelAdmin methods' obj argument is ...parth
2019-05-29[2.2.x] Fixed #30523 -- Fixed updating file modification times on seen files ...Tom Forbes
2019-05-29[2.2.x] Fixed #30516 -- Fixed crash of autoreloader when re-raising exception...Tom Forbes
2019-05-28[2.2.x] Fixed #30491 -- Clarified when save() on object with pk executes INSERT.Brad Solomon
2019-05-28[2.2.x] Fixed #30315 -- Fixed crash of ArrayAgg and StringAgg with ordering w...Caio Ariede
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] Post-release version bump.Mariusz Felisiak
2019-05-01[2.2.x] Bumped version for 2.2.1 release.2.2.1Mariusz Felisiak
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