mirror of
https://github.com/django/django.git
synced 2025-09-27 22:47:04 +03:00
Corrected deprecation warnings.
This commit is contained in:
parent
e2ac0203d9
commit
12e9adcd71
|
@ -2,11 +2,11 @@ import inspect
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
|
|
||||||
class RemovedInDjango20Warning(DeprecationWarning):
|
class RemovedInDjango20Warning(PendingDeprecationWarning):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class RemovedInDjango19Warning(PendingDeprecationWarning):
|
class RemovedInDjango19Warning(DeprecationWarning):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user