| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
Polyconseil/fbochu/timedelta-json-serialiser-python26-support
Fix timedelta JSON serialization on Python 2.6.
|
|
|
|
|
|
Preliminary Support For Django 1.8 Alpha
|
|
Django 1.8 now throws an error when assigning unsaved objects to Foreign Key, GenericForeignKey, and OneToOneFields
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Include pagination control in browsable API.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
First pass at 3.1 pagination API
|
|
|
|
|