Skip to content

Commit cf55445

Browse files
committed
First commit
1 parent 9432ffa commit cf55445

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
*.log
2-
*.pot
31
*.pyc
4-
local_settings.py
2+
*.swp
3+
*~
4+
*.log
5+
.~lock.*
6+
tags
7+

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
django-validated-file
22
=====================
33

4-
This Django app adds two field types, ValidatedFileField and ValidatedImageField, that add the capability of checking the document size and types the user may send.
4+
This Django app adds two field types, ValidatedFileField and ValidatedImageField, that add the
5+
capability of checking the document size and types the user may send.
6+

0 commit comments

Comments
 (0)