Changes between Version 3 and Version 4 of Ticket #27411
- Timestamp:
- Oct 31, 2016, 6:27:08 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27411
- Property Resolution needsinfo → invalid
-
Ticket #27411 – Description
v3 v4 43 43 from . import views 44 44 urlpatterns = [ 45 url(r'^register/$', views.Registratio with details if it turns out to be a bug in Django. The minimal example to reproduce should ideally not include third-party apps such as django-rest-framework.nView.as_view(), name='registration'),45 url(r'^register/$', views.RegistrationView.as_view(), name='registration'), 46 46 url(r'^users/$', views.AdminCreateUserView.as_view(), name='users'), 47 47 url(r'^groups/$', views.GroupsCreateView.as_view(), name='groups'),