forked from django-tastypie/django-tastypie
-
Notifications
You must be signed in to change notification settings - Fork 1
/
AUTHORS
44 lines (37 loc) · 2.1 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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.
* Vincent Driessen (nvie) for FileField related patches.
* Christopher Grebs (EnTeQuAk) for various patches.
* Roman Bogorodskiy (novel) for documentation fixes.
* D. Hageman (dhageman) for a patch adding default values to RelatedFields.
* James Hsiao (thepeopleseason) for finishing the DigestAuthentication bits.
* jesperp for a patch adding TimeField.
* Marcel van den Elst (MacMaru) for testing regarding ``blank=True``.
* ulmus for a cookbook example.
* Jason Kraus (zbyte64) for a patch related to script prefix.
* Timothée Peignier (cyberdelia) for various patches.
* Chris Beaven (SmileyChris) for a documentation patch.
* Evan Borgstrom (fatbox) for a documentation patch.
* Madis V (madisvain) for a README patch.
* Ed Summers (edsu) for a setup.py patch.
* Sébastien Fievet (zyegfryed) for the initial OAuth implementation.
* Jacob Kaplan-Moss (jacobkm) for the PATCH patch.
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.