You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Changelog
2
2
=========
3
3
4
-
0.1.0 (unreleased)
4
+
0.1.0 (Oct 7th 2015)
5
5
------------------
6
6
7
7
### Django 1.10 compatibility and some additional library features!
@@ -10,6 +10,7 @@ Changelog
10
10
- Added postgres specific ID generator
11
11
- Some magic sharded field lookups (if you're so inclined)
12
12
- The above fields have the additional functionality to automatically lookup the shard when part of the save/update/filter clauses contain the information required to get the shard
13
+
- Alters the way data migrations run as far as which databases are acted upon as well as provides an override, see the docs for more details. This brings the package more inline with Django.
0 commit comments