Opened 6 years ago

Closed 6 years ago

#29518 closed Cleanup/optimization (fixed)

Misleading sqlmigrate "App 'apps.somethings' does not have migrations." error message

Reported by: oliver Owned by: nobody
Component: Core (Management commands) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This ticket is very similar to https://code.djangoproject.com/ticket/29506

As shown above, validation should be added sqlmigrate.

Change History (3)

comment:1 by oliver, 6 years ago

https://github.com/django/django/pull/10087

I added validation to sqlmigrate

comment:2 by Claude Paroz, 6 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

comment:3 by Tim Graham <timograham@…>, 6 years ago

Resolution: fixed
Status: newclosed

In 6b3e17ba:

Fixed #29518 -- Added validation for sqlmigrate's app_label argument.

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