| Age | Commit message (Collapse) | Author |
|
First pass at refactoring get_field_info in utils.model_meta
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Typo manger => manager
|
|
|
|
|
|
|
|
Use textarea input for 'models.TextField'.
|
|
|
|
Compress invalid template
|
|
manage.py compress —force causes a warning here.
|
|
manage.py compress —force causes a warning here.
|
|
Documented an optional argument of HyperlinkedIdentityField
|
|
lookup_url_kwarg argument of HyperlinkedIdentityField wasn't documented
|
|
|
|
use of double quotes broke the code highlighting.
|
|
|
|
tomchristie/use-custom-list-serializer-for-pagination
Use custom ListSerializer for pagination if required.
|
|
Better behavior with null and '' for blank HTML fields.
|
|
|
|
|
|
Ability to customize method names without creating a custom router
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Assert fields in `exclude` are model fields
|
|
|
|
|
|
Added project management docs.
|
|
|
|
YAML encoder fix for 3.0 serializers.
|
|
|
|
Drop 'setup.py test'. Just use 'runtests.py'.
|
|
|
|
|
|
Check for wheel install before allowing setup.py publish.
|
|
tomchristie/allow-empty-text-or-boolean-html-input-if-not-required
Fixes for behavior with empty HTML fields.
|
|
|