| Age | Commit message (Collapse) | Author |
|
|
|
ADMIN_MEDIA_PREFIX no longer supported in django1.4
|
|
|
|
|
|
|
|
Refs #96
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will run the linkcheck and build the html docs, turning any warnings into
errors.
Also changed the theme to sphinx-doc and added version to be displayed in the
docs.
|
|
|
|
|
|
session authentication is being used
|
|
to INSTALLED_APPS during testing.
|
|
Serializer.serialize_model fix of uncaught _SkipField exceptions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Lovely stuff!
|
|
|
|
|
|
|
|
|
|
|
|
HTTP OPTIONS support
|
|
|
|
|
|
|
|
Could be slightly nicer behavior about preserving .POST usability, but
it's not there yet. These two test check for that but are currently
broken. Leave them out for now.
|
|
|
|
|
|
|
|
|
|
Thanks thomasst.
|
|
Changed user.is_staff() to user.is_staff
|
|
|
|
Fixed documentstring misalign in ModelResource
|