This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django-model-utils
Watch
1
Star
0
Fork
You've already forked django-model-utils
0
mirror of
https://github.com/Hopiu/django-model-utils.git
synced
2026-03-29 01:30:23 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
e418cc909a
django-model-utils
/
model_utils
History
Carl Meyer
e418cc909a
Fixed issue
#6
, bug with InheritanceManager and descriptor fields (e.g. FileField).
...
Thanks zyegfryed for the fix and sayane for tests.
2011-03-29 12:47:25 -04:00
..
tests
Fixed issue
#6
, bug with InheritanceManager and descriptor fields (e.g. FileField).
2011-03-29 12:47:25 -04:00
__init__.py
added triple option in Choices to split db representation from code constant
2010-04-22 13:02:25 -04:00
fields.py
Fixed
#2
- Updated SplitField for 1.2-style prep_value method.
2011-02-18 16:45:39 -05:00
managers.py
Fixed related subclasses parsing. Was raising AttributeError on FileField.
2011-03-29 14:59:50 +02:00
models.py
use manager_from for inheritance-casting
2010-10-05 09:01:26 -04:00