mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
7d6d043531
* Add failing TZ tests for DateTimeField - tests "current" timezone activation - tests output for non-UTC timezones * Update DateTimeField TZ aware/naive test output * Fix DateTimeField TZ handling * Add Release Note for BC change
8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
# Optional packages which may be used with REST framework.
|
|
pytz==2017.2
|
|
markdown==2.6.4
|
|
django-guardian==1.4.8
|
|
django-filter==1.0.4
|
|
coreapi==2.2.4
|
|
coreschema==0.0.4
|