New posts in django-views

How to specify the login_required redirect url in django?

How to create password input field in django

django: Purpose of django.utils.functional.SimpleLazyObject?

How to retrieve data from one to many relations in django?

Django request to find previous referrer

'bytes' object has no attribute '_committed'

Django check if object in ManyToMany field

matching query does not exist Error in Django

AssertionError: `HyperlinkedIdentityField` requires the request in the serializer context

Redirect / return to same (previous) page in Django?

ValueError: Missing staticfiles manifest entry for 'favicon.ico'

Provide extra context to all views

Django 2.0 path error ?: (2_0.W001) has a route that contains '(?P<', begins with a '^', or ends with a '$'

Unable to set form choices from view Django

Raw SQL queries in Django views

'RelatedManager' object is not iterable Django

Prefetch query with relational conditions - Django

How to receive json data using HTTP POST request in Django 1.6?

How can I get the username of the logged-in user in Django?

DRF: Creating mixin using different serializers & objects