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

Made table_names() output sorted. #16

Merged
merged 1 commit into from Apr 29, 2012

Conversation

akaariai
Copy link
Member

Fixed #18218 -- previously Django's introspection table_names() and
get_table_list() methods did not sort the output consistently. This
resulted in random order of inspected models.

This commit also removed all external usages of get_table_list().
table_names() should be used instead.

Thanks to claudep for patch and report.

Fixed #18218 -- previously Django's introspection table_names() and
get_table_list() methods did not sort the output consistently. This
resulted in random order of inspected models.

This commit also removed all external usages of get_table_list().
table_names() should be used instead.

Thanks to claudep for patch and report.
adrianholovaty added a commit that referenced this pull request Apr 29, 2012
Made table_names() output sorted.
@adrianholovaty adrianholovaty merged commit 97c8992 into django:master Apr 29, 2012
sztrovacsek pushed a commit to sztrovacsek/django that referenced this pull request Mar 7, 2015
nanuxbe pushed a commit to nanuxbe/django that referenced this pull request Jul 2, 2016
add a timeout so we don't get stuck on urls that behave badly.
davegaeddert referenced this pull request in dropseed/bolt Apr 26, 2023
davegaeddert referenced this pull request in dropseed/bolt Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants