Commit graph

13 commits

Author SHA1 Message Date
Dirk Eschler
b5d1fdf9c8 Incremented version number. 2013-02-11 12:28:39 +01:00
deschler
e5a574f26a Prepared 0.5 release. 2013-02-10 18:26:50 +01:00
Dirk Eschler
4b4b17c02d Prepared 0.5b1 release. 2013-01-07 11:10:28 +01:00
Dirk Eschler
da4aeba0ea Prepared 0.5a1 release. 2012-12-05 13:16:14 +01:00
Dirk Eschler
fcb56c9003 Adopted code from Django's development version to derive a PEP386-compliant version number from VERSION. We shouldn't reinvent the wheel. Includes support to add a git timestamp for dev snapshots if a .git directory is present. 2012-11-16 00:33:32 +01:00
Dirk Eschler
c44f9cfee5 Prepared 0.4 release. Fixed a bug in get_version if version is final along the way. 2012-11-11 18:46:47 +01:00
Dirk Eschler
59e67c93ca Fixed support for Python 2.5 which doesn't define format on strings. 2012-11-02 13:07:09 +01:00
Dirk Eschler
6ad3e839aa Central definition of version in module's __init__.py. The version is reused by setup.py and sphinx. 2012-11-02 12:59:46 +01:00
Dirk Eschler
9772391adc Moved initialization code back to models.py due to race condition on certain setups. Resolves issue #91. 2012-11-01 18:18:21 +01:00
Dirk Eschler
3acfa09dbc - Validated codebase against pep8 and pyflakes.
- Fixed an undefined name bug in add_localized_fields error message when a model already has a field by the name that is added.
- Fixed redefined method name in ModeltranslationWithFileFields test class.
2012-10-24 11:06:35 +02:00
Dirk Eschler
fc43291632 Included pid in registration debug output and added a new setting MODELTRANSLATION_DEBUG to disable debug output independently from the global DEBUG setting. 2012-07-11 11:52:24 +00:00
Dirk Eschler
4afb04b75a Moved autoregistration code to init and merged related changes from hyperweek's branch at github . This eliminates the need for hooking into urls.py. 2012-07-11 09:52:49 +00:00
Peter Eschler
73ee7db101 Initial source and metadata import. 2009-02-17 21:08:19 +00:00