mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Removed GeoManager and GeoQuerySet per deprecation timeline.
This commit is contained in:
parent
e90c745afd
commit
a0d166306f
25 changed files with 32 additions and 2194 deletions
|
@ -168,12 +168,6 @@ def setup(verbosity, test_labels, parallel):
|
|||
'fields.W901', # CommaSeparatedIntegerField deprecated
|
||||
]
|
||||
|
||||
warnings.filterwarnings(
|
||||
'ignore',
|
||||
'The GeoManager class is deprecated.',
|
||||
RemovedInDjango20Warning
|
||||
)
|
||||
|
||||
# Load all the ALWAYS_INSTALLED_APPS.
|
||||
django.setup()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue