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-17 04:10:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2c8d042cf3
django-model-utils
/
model_utils
History
Jannis Leidel
2c8d042cf3
Removed the need for the status choices to be a subclass of model_utils.Choices.
2010-04-16 00:12:08 +02:00
..
tests
Removed the need for the status choices to be a subclass of model_utils.Choices.
2010-04-16 00:12:08 +02:00
__init__.py
Added new `
Choices
class as a replacement for
ChoiceEnum
`. Also renamed Condition* et al to Status*.
2010-04-15 20:00:44 +02:00
fields.py
Removed the need for the status choices to be a subclass of model_utils.Choices.
2010-04-16 00:12:08 +02:00
managers.py
0.3.0
2009-07-30 17:11:36 -04:00
models.py
Moved the setting of the dynamic QueryManager to model classes. Removed metaclasses.
2010-04-16 00:01:38 +02:00