Mahmoud Adel

Results 20 comments of Mahmoud Adel

Got the same problem right now and did this as an easy workaround until it is fixed: Using the same example as in the issue: ```python # models.py class Foo(models.Model):...

> You are running a query everytime the serializer is called, doesn't seem optimal performance-wise. I think it's fine, `validate()` will only run whenever a de-serialization happen and we need...

I think as User model is registered in the dashboard, adding new users from the admin dashboard is enough, you can give permissions to some users who can only view...

First, ensure that your custom user model is being used by Django in your `settings.py` add: `AUTH_USER_MODEL = '.'`

@thomas545 did you take a look on [dj-rest-auth](https://github.com/jazzband/dj-rest-auth) ?

Actually I don't know why the folks here didn't state clearly the sate of this repo and recommend using dj-rest-auth too on the readme file till now

It's a fork to continue this repo journey, it's the same as here plus new enhancements and contribution. take a look on release log [here ](https://github.com/jazzband/dj-rest-auth/releases)

There is a [merged PR already on DRF to include it](https://github.com/encode/django-rest-framework/pull/7227), I think this change will be available on 3.12 release.

need more work to do what? at least it covers support and bug fixes which aren't gonna be done ever here again.

It will be a great addition.