Merge tag '0.12.2' into develop

0.12.2
This commit is contained in:
Tyson Clugg 2015-08-27 14:27:52 +10:00
commit 64bbf25b9f
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,11 @@
Change Log
==========
0.12.2
------
* Set blank=True on AleaIdField, allowing adding items without inventing
IDs yourself.
0.12.1
------
* Add `AleaIdMixin` which provides `aid = AleaIdField(unique=True)` to

View file

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup(
name='django-ddp',
version='0.12.1',
version='0.12.2',
description=__doc__,
long_description=open('README.rst').read(),
author='Tyson Clugg',