Skip to content

buriy/django-extrafields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General
==============
Please feel free to suggest adding more fields.
Please feel free to fork & add new fields.
Django deserve more types of high-quality field and widgets for django!


Common notes:
~~~~~~~~~~~~
To use fields that need jquery, add folder "media" into
your "media" folder as "media/extrafields".
Some more details on widgets below.

Dynamic inlines for admin
======================================
Just a http://www.djangosnippets.org/snippets/1489/


Autocomplete & multicomplete for admin
======================================
Based on wonderful http://code.google.com/p/django-autocomplete/
See docs/autocomplete.txt and examples/django-filters-autocomplete.py


Duration field
==============
Based on brilliant http://code.djangoproject.com/ticket/2443
Can be used to enter values like "3h 30min", they will be converted to Decimal(20,6).


Tinymce widget:
==============
http://www.djangosnippets.org/snippets/1705/


AdminImageWidget:
==============
http://www.djangosnippets.org/snippets/934/

About

Django Extra fields and extra widgets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published