| Age | Commit message (Collapse) | Author |
|
|
|
methods. Fixes #2455
|
|
|
|
|
|
|
|
|
|
|
|
Support 1.8-alpha.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Support for Django 1.8a1
|
|
Cursor pagination
|
|
|
|
|
|
CursorPagination
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix link to Django CSRF docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
correcting unclosed quote in docs routers.md
|
|
correcting unclosed quote in routers.md
|
|
correcting "it's" to "its" in Tutorial 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NotImplemented is not an exception
|
|
|
|
`NotImplemented` is a singleton object, not an exception. You should be raising `NotImplementedError` here instead.
|