django-rest-framework/tests/authentication
Charles 35c0abf24e
Change Token.generate_key to a Classmethod (#7502)
* adds classmethod decorator to generate_key and test to confirm change is acceptable

* self -> cls
2020-09-03 11:51:03 +01:00
..
migrations Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
__init__.py Add migration for CustomToken test model. 2019-02-14 15:57:20 +01:00
models.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_authentication.py Change Token.generate_key to a Classmethod (#7502) 2020-09-03 11:51:03 +01:00