Opened 10 years ago

Closed 10 years ago

#23458 closed Uncategorized (duplicate)

"requires_model_validation" and "requires_system_checks"

Reported by: Pablo Flores Owned by: nobody
Component: Uncategorized Version: 1.7
Severity: Normal Keywords:
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've uploaded from django 1.6 to django 1.7 and from python 3.2.3 to python 3.4.1.

Suddenly when I try to run the makemessages command to catch the translating messages I find this error:

django.core.exceptions.ImproperlyConfigured: Command Command defines both "requires_model_validation" and "requires_system_checks", which is illegal. Use only "requires_system_checks".

Im not using commands

Attachments (1)

traceback.txt (1.1 KB ) - added by Pablo Flores 10 years ago.

Download all attachments as: .zip

Change History (2)

by Pablo Flores, 10 years ago

Attachment: traceback.txt added

comment:1 by Tim Graham, 10 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #23456

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