File python-django-fields.changes of Package python-django-fields
-------------------------------------------------------------------
Fri Sep 27 17:51:56 UTC 2013 - p.drouand@gmail.com
- Update to version 0.2.2
+ Fixed: Django admin needs to be able to create blank instances of
the fields in order to create a new model. This broke with
BaseEncryptedNumberField. (via defrex)
+ Fixed: block_type wasn't added to the south rules. (via defrex)
Fixed: Newer code paths with block_type specified couldn't reuse
the cipher object on the field class. to_python was already redefining
it before decrypting the value, but get_db_prep_value wasn't before
encrypting. The first time you used a model it would be fine, but the
second would fail. Thus the tests were passing but the classes were
functionally useless in an application. (via defrex)
- Use download url as source
- Replace python-ditribute with python-setuptools BuildRequires
- Remove useless CFLAGS export
- Remove redundant %clean section
-------------------------------------------------------------------
Tue Nov 22 11:31:45 UTC 2011 - alexandre@exatati.com.br
- Update to 0.2.0:
- Added: Class django_fields.models.ModelWithPrivateFields, which
allows to use private fields, starting from two underscores.
- Fixed: BaseEncryptedDateField.get_db_prep_value errors.
- Changed: Now virtualenv is used for test enviroment.
Buildout.cfg was removed.
-------------------------------------------------------------------
Fri Jun 3 12:23:16 UTC 2011 - alexandre@exatati.com.br
- Update to 0.1.3.
-------------------------------------------------------------------
Wed Jun 1 16:26:34 UTC 2011 - alexandre@exatati.com.br
- Update to 0.1.2;
- Regenerate spec file with py2pack;
- Bzip2 source file.
-------------------------------------------------------------------
Tue Apr 6 13:19:11 UTC 2010 - alexandre@exatati.com.br
- Update to 0.1.1.
-------------------------------------------------------------------
Tue Oct 27 00:42:07 UTC 2009 - alexandre@exatati.com.br
- Initial package (0.1.0) for openSUSE.