diff --git a/django/db/models/options.py b/django/db/models/options.py index dc0623ff4c..d5b7089fa4 100644 --- a/django/db/models/options.py +++ b/django/db/models/options.py @@ -66,8 +66,6 @@ class Options: auto.creation_counter = -1 model.add_to_class('id', auto) - self.limit_choices_to = {} - # If the db_table wasn't provided, use the app_label + module_name. if not self.db_table: self.db_table = "%s_%s" % (self.app_label, self.module_name)