mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +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
|
@ -17,7 +17,7 @@ class GeoRegressionTests(TestCase):
|
|||
fixtures = ['initial']
|
||||
|
||||
def test_update(self):
|
||||
"Testing GeoQuerySet.update(). See #10411."
|
||||
"Testing QuerySet.update() (#10411)."
|
||||
pnt = City.objects.get(name='Pueblo').point
|
||||
bak = pnt.clone()
|
||||
pnt.y += 0.005
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue