mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-04-27 02:04:52 +00:00
Merge tag '0.9.13' into develop
v0.9.13
This commit is contained in:
commit
033c9fddb4
2 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,12 @@
|
|||
Change Log
|
||||
==========
|
||||
|
||||
0.9.13
|
||||
------
|
||||
* Add dddp.models.get_object_ids helper function.
|
||||
* Add ObjectMappingMixini abstract model mixin providing
|
||||
GenericRelation back to ObjectMapping model.
|
||||
|
||||
0.9.12
|
||||
------
|
||||
* Bugfix /app.model/schema helper method on collections to work with
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='django-ddp',
|
||||
version='0.9.12',
|
||||
version='0.9.13',
|
||||
description=__doc__,
|
||||
long_description=open('README.rst').read(),
|
||||
author='Tyson Clugg',
|
||||
|
|
|
|||
Loading…
Reference in a new issue