mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-01 10:14:41 +00:00
Prepared 0.5a1 release.
This commit is contained in:
parent
7266dfac57
commit
da4aeba0ea
3 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
v0.5a1
|
||||
======
|
||||
Date: 2012-12-05
|
||||
|
||||
ADDED: Increased the number of supported fields. Essentially all Django
|
||||
model fields and subclasses of them should work, except related
|
||||
|
|
|
|||
2
PKG-INFO
2
PKG-INFO
|
|
@ -1,6 +1,6 @@
|
|||
Metadata-Version: 1.0
|
||||
Name: django-modeltranslation
|
||||
Version: 0.4.0
|
||||
Version: 0.5a1
|
||||
Summary: Translates Django models using a registration approach.
|
||||
Home-page: https://github.com/deschler/django-modeltranslation
|
||||
Author: Peter Eschler,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Version code adopted from Django development version.
|
||||
https://github.com/django/django
|
||||
"""
|
||||
VERSION = (0, 5, 0, 'alpha', 0)
|
||||
VERSION = (0, 5, 0, 'alpha', 1)
|
||||
|
||||
|
||||
def get_version(version=None):
|
||||
|
|
|
|||
Loading…
Reference in a new issue