mirror of
https://github.com/django/django.git
synced 2025-11-02 12:58:56 +00:00
Added tests that I neglected to check in for #8049 in [12159]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12160 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
19b72077f7
commit
1461a76fdd
6 changed files with 85 additions and 0 deletions
4
tests/regressiontests/special_headers/models.py
Normal file
4
tests/regressiontests/special_headers/models.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from django.db import models
|
||||
|
||||
class Article(models.Model):
|
||||
text = models.TextField()
|
||||
Loading…
Add table
Add a link
Reference in a new issue