0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 05, 2023 — Jun 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[0.3] Added 1.7 test runner More... about 9 years ago
[0.3] Readme update More... about 9 years ago
[0.3] django 1.6/1.7/1.8 compatibility More... about 9 years ago
Removed ability for users to specify their own widget as it wasn't working properly More... about 9 years ago
Merge branch 'master' of https://github.com/jbinary/django-formfield into dynamicform More... about 9 years ago
Merge branch 'master' of https://github.com/DjangoAdminHackers/django-formfield into dynamicform More... about 9 years ago
fix for Django 1.7 More... over 9 years ago
Added tests and a version bump More... over 9 years ago
Added ability to specify the form via a callable or a string More... over 9 years ago
[-] Updated README More... almost 10 years ago
Merge branch '0.1.4' More... almost 10 years ago
Get rid of deprecation issue More... almost 10 years ago
don't use deprecated simplejson import from django More... almost 10 years ago
allow user to change widget class More... almost 10 years ago
update form with data to show errors properly More... almost 10 years ago
workaround for South problems Do something like this in your model if you get bizarre errors: if sys.argv[1] in ['schemamigration', 'migrate']: custom_attributes = ModelFormField() else: custom_attributes = ModelFormField(form) More... almost 10 years ago
Version 0.2: Better Django 1.5 compatibility using stdlib json instead of simplejson More... over 10 years ago
This fixes a strange issue when installing into an environment where Django is already installed. The __import__ function does not handle Exceptions as one would expect. Instead, using the normal import statement works. More... over 10 years ago
Merge pull request #5 from BertrandBordage/patch-1 More... about 11 years ago
Typo in README.rst. More... about 11 years ago
[-] Minor change to the __init__ More... about 11 years ago
[-] Updated the name of the example app settings More... about 11 years ago
[-] Updated the example manage.py More... about 11 years ago
[-] Added django 1.5 to tests More... about 11 years ago
[-] Minor bug fix More... over 11 years ago
[-] More read me changes More... over 11 years ago
[-] Updated readme More... over 11 years ago
[-] New version `0.1.3` More... over 11 years ago
[-] more pep8 related changes More... over 11 years ago
[-] pep8 related changes to the tests More... over 11 years ago