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