django-rest-auth/rest_auth
kadir f1f434dce1 Updated project to Django 5.0.2 and made necessary changes to accommodate removed methods in this version.
- Added the orce_str method to the 
est_auth\serializers.py file.
- Added the gettext_lazy method to the iews.py file.
- Replaced url functions with path functions in the urlpatterns list.

With these changes, I've updated the project to be compatible with the latest Django version and adjusted for removed methods, thereby enhancing project stability.
2024-03-13 19:26:50 +03:00
..
locale Merge pull request #313 from aspyct/feature/fr_localization 2019-04-18 20:02:52 +02:00
registration Updated project to Django 5.0.2 and made necessary changes to accommodate removed methods in this version. 2024-03-13 19:26:50 +03:00
tests Updated project to Django 5.0.2 and made necessary changes to accommodate removed methods in this version. 2024-03-13 19:26:50 +03:00
__init__.py First commit. 2014-04-30 12:52:05 -07:00
admin.py First commit. 2014-04-30 12:52:05 -07:00
app_settings.py Merge branch 'master' into jwt-support 2016-02-15 23:35:32 -05:00
models.py Add support for custom Token model 2016-01-02 15:59:06 -02:00
serializers.py Updated project to Django 5.0.2 and made necessary changes to accommodate removed methods in this version. 2024-03-13 19:26:50 +03:00
social_serializers.py Refactor social connect views and serializers 2018-01-18 21:08:41 -05:00
urls.py Updated project to Django 5.0.2 and made necessary changes to accommodate removed methods in this version. 2024-03-13 19:26:50 +03:00
utils.py Compile translations and small text fixes 2016-12-22 11:57:23 -08:00
views.py Updated project to Django 5.0.2 and made necessary changes to accommodate removed methods in this version. 2024-03-13 19:26:50 +03:00