Django-custard

Latest version: v0.10

Safety actively analyzes 621363 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.11

-----------------

* Fixed admin integration
* Updated example project
* Removed validate_unique for fields so your subclass can decide what to do with fields with the same name
* Removed models.py (useless with Django>=1.7)
* Dropped support for Django < 1.7 (insecure)
* Dropped support for Python 3.2 and 3.3

0.10

-----------------

* Added Mixin.__getattr__ to access model custom fields like any other fields
* Fixed a problem when using commit=False in ModelForms
* Fixed a problem when custom_content_types is passed in CustomFieldsBuilder constructor (thanks to Kamil Wargula for the report and patch)
* Revert problem in mixin "get_custom_value" introduced with https://github.com/kunitoki/django-custard/commit/f3e171e6170d33a1ba6aba170e76549c55021ade

0.9

-----------------

* Added ability to pass "value" in CustomValuesModel.objects.create
* Fixed https://github.com/kunitoki/django-custard/pull/2
* More tests and fixes

0.8

-----------------

* Fixed https://github.com/kunitoki/django-custard/issues/1
* More tests
* More coverage

0.7

-----------------

* Moved away from the static custard.models.custom class in favour of custard.builder
* Enable search of custom fields in admin without hacks
* Simplified a bit how to determine the classes in the builder
* Updated tests and example to the new builder methods

0.6

-----------------

* Added support for python 2.6/2.7/3.2 and django 1.5/1.6
* Added test cases for forms and widgets
* Improved settings class to be cached at runtime while being able to work with override_settings in tests
* Fixed documentation links and sections not showing up

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.