| Age | Commit message (Collapse) | Author |
|
Release 3.0.3
|
|
Add the link to the 3.0.3 milestone.
|
|
|
|
|
|
|
|
|
|
|
|
accidental conflict.
|
|
|
|
|
|
Mark Django REST Framework as incompatible with eggs
|
|
|
|
|
|
|
|
|
|
|
|
fixed doc : DEFAULT_AUTHENTICATION_CLASSES -> DEFAULT_AUTHENTICATION
|
|
+ It is consistent with docs about DEFAULT_PERMISSION_CLASSES
|
|
Fix compatibility comment regarding OrderedDict
|
|
|
|
|
|
|
|
Closes #2355.
Normally a serializer won't need these arguments on __init__, but
if a user has customized __init__ they may expect them to be available.
|
|
|
|
|
|
|
|
fix the serializer widget style formatting documentation
|
|
|
|
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
|