Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Releases: atlassian-archive/django

Backport recent security fixes from 1.9

21 Oct 21:16
Compare
Choose a tag to compare

Remove erroneous addition of **kwargs to ManyRelatedManager.add()

09 Aug 21:39
Compare
Choose a tag to compare
Merge pull request #3 from brodie/patch-1

Remove erroneous addition of **kwargs to ManyRelatedManager.add()

Allow Template Context to take another Context instance in #new

08 Aug 20:43
Compare
Choose a tag to compare

Fixes a bug when calling Context#flatten when creating a new context based on an existing context.

Allow Template Context to take another Context instance in #new

08 Aug 20:42
Compare
Choose a tag to compare

Fixes a bug when calling Context#flatten when creating a new context based on an existing context.

1.7 -> 1.9 Compatability -- use_debug_cursor to force_debug_cursor

05 Aug 21:25
Compare
Choose a tag to compare
Merge pull request #6 from atlassian/mbertrand/port-pr2968

Port PR 2968 renaming use_debug_cursor to force_debug_cursor

1.7 -> 1.9 Compatability -- add() **kwargs

03 Aug 16:25
Compare
Choose a tag to compare

This introduces **kwargs to the add() method of RelatedManager.