Opened 8 years ago

Closed 8 years ago

#27329 closed Bug (invalid)

Django-river State field not showing

Reported by: swati Owned by: nobody
Component: Uncategorized Version: 1.10
Severity: Release blocker Keywords: django-river, #workflows
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I am using django-river, with Python3.5 and Django 1.10

While creating States on admin-panel, States are not getting created with their normal Label.
Rather all states are getting created by "State object" name.

Pls help.

I am following the tutorial from https://www.youtube.com/watch?v=5EZGnTf39aI

Change History (1)

comment:1 by Aymeric Augustin, 8 years ago

Resolution: invalid
Status: newclosed

Please report this to django-river. It's a third-party project, not part of Django itself.

Note: See TracTickets for help on using tickets.
Back to Top