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

Releases: atlassian-archive/django

Backport recent security fixes from 1.9

Choose a tag to compare

@belak belak released this 21 Oct 21:16

This is a backport of 93a135d to 1.7.x

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

Choose a tag to compare

@mbertrand80 mbertrand80 released this 09 Aug 21:39
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

Choose a tag to compare

@csomme csomme released this 08 Aug 20:43

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

Choose a tag to compare

@csomme csomme released this 08 Aug 20:42

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

Choose a tag to compare

@mbertrand80 mbertrand80 released this 05 Aug 21:25
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

Choose a tag to compare

@mbertrand80 mbertrand80 released this 03 Aug 16:25

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