mirror of
https://github.com/django/django.git
synced 2025-09-28 13:04:54 +00:00
Corrected deprecation warnings.
This commit is contained in:
parent
e2ac0203d9
commit
12e9adcd71
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue