Skip to content

Commit 62dd7cf

Browse files
committed
updates changes add South FAQ
1 parent b83b5a3 commit 62dd7cf

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Release 1.4 (dev)
2+
-----------------
3+
*
4+
5+
16
Release 1.3.2 (10 Sep 2016)
27
-------------------------
38
* fixes bug in ConditionalVersionField that produced 'maximum recursion error' when a model had a ManyToManyField with a field to same model (self-relation)

docs/faq.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,23 @@ FAQ
99
.. contents::
1010
:local:
1111

12+
.. _south:
13+
14+
South support ?
15+
---------------
16+
South support has been removed after version 1.0
17+
when Django <1.6 support has been removed as well.
18+
19+
If needed add these lines to your ``models.py``::
20+
21+
22+
from south.modelsinspector import add_introspection_rules
23+
add_introspection_rules([], ["^concurrency\.fields\.IntegerVersionField"])
24+
25+
1226
.. _update_fields:
1327

28+
1429
How is managed `update_fields`
1530
------------------------------
1631

0 commit comments

Comments
 (0)