.. |
management
|
Prevent developers from having several active api keys at the same time
|
2018-05-11 15:26:24 +02:00 |
tests
|
Mark views as non-atomic if the request method is "safe" (#9548)
|
2018-10-02 12:27:18 +02:00 |
__init__.py
|
Move legacy api to legacy_api/, keeping api/ for the modern stuff (fix #1737)
|
2016-04-05 15:47:55 +02:00 |
authentication.py
|
Handle JWTs created with broken iat/exp type (string containing an int)
|
2018-09-07 15:02:08 +02:00 |
exceptions.py
|
Traceback in API error with DEBUG=True (fixes #3187) (#3377)
|
2016-09-01 10:18:22 -05:00 |
fields.py
|
dicts should always be returned for TranslatedFields; add gate for old behavior (#8795)
|
2018-07-10 18:44:56 +01:00 |
filters.py
|
Add default sorting to Collection API and specifiable sorting to CollectionAddon API (#5630)
|
2017-06-14 12:41:47 +01:00 |
jwt_auth.py
|
some py3 friendly syntax changes (#8372)
|
2018-05-30 11:29:13 +01:00 |
middleware.py
|
Add is_api to Request object in middleware to only test for api once. (#9264)
|
2018-08-28 13:49:48 +01:00 |
models.py
|
unsigned, PositiveAutoFields (#9377)
|
2018-09-24 07:47:03 +01:00 |
pagination.py
|
add addon recommendation endpoint (#8126)
|
2018-04-26 15:53:13 +02:00 |
parsers.py
|
Add workaround for DRF issue 3951
|
2016-05-23 12:46:50 +02:00 |
permissions.py
|
Fix deprecation warnings (Django 2.x, DRF etc) (#9431)
|
2018-09-17 09:24:14 +02:00 |
serializers.py
|
Add Elasticsearch score value to the search API results (#9660)
|
2018-10-12 12:11:29 +02:00 |
throttling.py
|
Don't throttle API requests on dev to ease development (#9567)
|
2018-10-02 11:54:08 +02:00 |
urls.py
|
v4 enable l10n_flat_input_output drf gate + add v4dev (#9502)
|
2018-09-25 15:33:52 +01:00 |
utils.py
|
add api feature gates (+ reviews shim as example case) (#8332)
|
2018-05-25 12:30:45 +02:00 |