Changes between Version 1 and Version 3 of Ticket #27411
- Timestamp:
- Oct 31, 2016, 6:25:01 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27411
- Property Component Uncategorized → Testing framework
- Property Resolution → needsinfo
- Property Status new → closed
-
Ticket #27411 – Description
v1 v3 43 43 from . import views 44 44 urlpatterns = [ 45 url(r'^register/$', views.Registratio nView.as_view(), name='registration'),45 url(r'^register/$', views.Registratiowith 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'), 46 46 url(r'^users/$', views.AdminCreateUserView.as_view(), name='users'), 47 47 url(r'^groups/$', views.GroupsCreateView.as_view(), name='groups'),