forked from django-tastypie/django-tastypie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
51 lines (45 loc) · 2.54 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
45
46
47
48
49
50
51
Primary authors:
* Daniel Lindsley
* Cody Soyland
* Matt Croydon
* Josh Bohde
* Issac Kelly
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.
* Travis Cline (traviscline) for patches regarding URLconf namespacing & pagination.
* Jannis Leidel (jezdez) for patches regarding the ApiKey model, an admin inline and Django 1.4's timezone support.
* 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.
* jorgeecardona for a patch in renaming the ``objects`` name of the response.
* vbabiy for a patch on improved use of ``bundle.request`` & related resource validation.
* philipn (Philip Neustrom) for GeoDjango integration.
* dgerzo (Daniel Gerzo) for GeoDjango integration and work on PATCH and related fields.
* ipmb (Peter Baumgartner) for a patch regarding the order of object saves.
* easel for a documentation patch on failing syncdbs.
* gaftech (Gabriel) for a patch regarding the ``__in`` filter syntax.
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.