|
Revision 7294, 493 bytes
(checked in by mtredinnick, 4 months ago)
|
Added "svn:eol-style native" to every text file in the tree (*.txt, *.html,
*.py, *.xml and AUTHORS, etc). Added "svn:ignore *.pyc" to some directories in
tests/regressiontests/ that were previously missing it.
Fixed #6545, #6801.
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
include README |
|---|
| 2 |
include AUTHORS |
|---|
| 3 |
include INSTALL |
|---|
| 4 |
include LICENSE |
|---|
| 5 |
include MANIFEST.in |
|---|
| 6 |
recursive-include docs * |
|---|
| 7 |
recursive-include scripts * |
|---|
| 8 |
recursive-include examples * |
|---|
| 9 |
recursive-include extras * |
|---|
| 10 |
recursive-include django/conf/locale * |
|---|
| 11 |
recursive-include django/contrib/admin/templates * |
|---|
| 12 |
recursive-include django/contrib/admin/media * |
|---|
| 13 |
recursive-include django/contrib/comments/templates * |
|---|
| 14 |
recursive-include django/contrib/databrowse/templates * |
|---|
| 15 |
recursive-include django/contrib/sitemaps/templates * |
|---|