Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug 1056298] Fix createsuperuser #2245

Closed
wants to merge 1 commit into from
Closed

[bug 1056298] Fix createsuperuser #2245

wants to merge 1 commit into from

Conversation

willkg
Copy link
Member

@willkg willkg commented Dec 1, 2014

This adds a patch call to manage.py. The problem is that various
Django-specific subcommands at some point import Jingo which eventually
results in a circular import. Adding the patch call here guarantees
that Jingo and all that stuff is imported before we import the things we
need to import to execute the subcommand.

r?

This adds a patch call to manage.py. The problem is that various
Django-specific subcommands at some point import Jingo which eventually
results in a circular import. Adding the patch call here guarantees
that Jingo and all that stuff is imported before we import the things we
need to import to execute the subcommand.
@willkg
Copy link
Member Author

willkg commented Dec 1, 2014

I feel like we keep adding this and then removing it and then adding it again.

This fixes createsuperuser. I tested some other important ones to make sure nothing broke: syncdb, shell, check, validate, inspectdb and dbshell. Everything seems fine.

@rlr
Copy link
Contributor

rlr commented Dec 3, 2014

wfm r+

@rehandalal
Copy link
Contributor

wfr1cky r+

@willkg
Copy link
Member Author

willkg commented Dec 4, 2014

58541af [bug 1056298] Fix createsuperuser

@willkg willkg closed this Dec 4, 2014
@willkg willkg deleted the 1056298-fix-createsuperuser branch December 18, 2014 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants