datatracker/tastypie
2015-03-04 15:06:10 +00:00
..
contrib Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x. 2015-02-08 21:16:44 +00:00
management Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x. 2015-02-08 21:16:44 +00:00
migrations Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x. 2015-02-08 21:16:44 +00:00
south_migrations Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x. 2015-02-08 21:16:44 +00:00
templates/tastypie Introducing tastypie 0.12.1 2014-12-22 16:41:59 +00:00
utils Introducing tastypie 0.12.1 2014-12-22 16:41:59 +00:00
__init__.py Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x. 2015-02-08 21:16:44 +00:00
admin.py Introducing tastypie 0.12.1 2014-12-22 16:41:59 +00:00
api.py Introducing tastypie 0.12.1 2014-12-22 16:41:59 +00:00
authentication.py Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x. 2015-02-08 21:16:44 +00:00
authorization.py Introducing tastypie 0.12.1 2014-12-22 16:41:59 +00:00
bundle.py Introducing tastypie 0.12.1 2014-12-22 16:41:59 +00:00
cache.py Introducing tastypie 0.12.1 2014-12-22 16:41:59 +00:00
compat.py Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x. 2015-02-08 21:16:44 +00:00
constants.py Introducing tastypie 0.12.1 2014-12-22 16:41:59 +00:00
exceptions.py Introducing tastypie 0.12.1 2014-12-22 16:41:59 +00:00
fields.py Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x. 2015-02-08 21:16:44 +00:00
http.py Introducing tastypie 0.12.1 2014-12-22 16:41:59 +00:00
models.py Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x. 2015-02-08 21:16:44 +00:00
paginator.py Introducing tastypie 0.12.1 2014-12-22 16:41:59 +00:00
resources.py Added exception handling in tastypie for a case which can occur if one tries to filter by reges on a FK. 2015-03-04 15:06:10 +00:00
serializers.py Turned the api.py file into a module. Moved the makeresources management command to the api module. Added some api tests. Added crawling of api files to the test-crawler. Adjusted some resource files discovered by the test suite and test-crawler. Removed a bunch of empty model files. 2015-03-03 20:23:36 +00:00
test.py Introducing tastypie 0.12.1 2014-12-22 16:41:59 +00:00
throttle.py Introducing tastypie 0.12.1 2014-12-22 16:41:59 +00:00
validation.py Introducing tastypie 0.12.1 2014-12-22 16:41:59 +00:00