forked from django-tastypie/django-tastypie
-
Notifications
You must be signed in to change notification settings - Fork 1
/
AUTHORS
28 lines (21 loc) · 1.23 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Primary authors:
* Daniel Lindsley
* Cody Soyland
* Matt Croydon
Contributors:
* mdornseif for various patches
* Jeff Triplett (jefftriplett) for various reports/patches.
* Christian Klein (cklein) for the work on alphanumeric PK support.
* Charles Leifer (coleifer) for a patch related to nullable OneToOneFields.
* Sean Bleier (sebleier) for a patch that prevents error hiding on delete.
* Chris Adams (acdha) for documentation fixes & other patches.
* jonozzz for a patch regarding Paginator optimizations & a patch to multiple sort_by parameters.
* David Guaraglia (dguaraglia) for the requirements file & a patch to limits.
* whiteblack for a patch to Meta inheritance.
* Josh Bohde (joshbohde) for a patch to ignore problematic deserialization charsets & for docs on "nested" resources.
* Travis Cline (traviscline) for patches regarding URLconf namespacing & pagination.
* Jannis Leidel (jezdez) for patches regarding the ApiKey model & an admin inline.
* Malcolm Tredinnick (malcolmt) for documentation corrections.
Thanks to Tav for providing validate_jsonp.py, placed in public domain.
Thanks to various contributors of the Django test server patch, borrowed from
http://code.djangoproject.com/ticket/2879 and placed in tests/testcases.py.