mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #22789 -- Deprecated django.contrib.webdesign.
Moved the {% lorem %} tag to built-in tags.
This commit is contained in:
parent
7affb4ad58
commit
38e001ab6c
11 changed files with 150 additions and 122 deletions
|
@ -1351,6 +1351,8 @@ class TemplateTests(TestCase):
|
|||
'load11': ("{% load subpackage.echo_invalid %}", {}, template.TemplateSyntaxError),
|
||||
'load12': ("{% load subpackage.missing %}", {}, template.TemplateSyntaxError),
|
||||
|
||||
'lorem1': ("{% lorem 3 w %}", {}, "lorem ipsum dolor"),
|
||||
|
||||
### I18N ##################################################################
|
||||
|
||||
# {% spaceless %} tag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue