django-admin2/example/files
yarbelk 690401d604 Fix missing enctype="multipart/form-data" when needed
- add app example.files with tests, based on example2.
- add check in base update template which checks if
  form.is_multitype and adds the encoding for it
- update gitignore to ignore the uploaded media folder
- add test to blog to ensure that the create form is not
  multipart encoded
2013-09-11 22:20:38 +08:00
..
locale Fix missing enctype="multipart/form-data" when needed 2013-09-11 22:20:38 +08:00
templates Fix missing enctype="multipart/form-data" when needed 2013-09-11 22:20:38 +08:00
tests Fix missing enctype="multipart/form-data" when needed 2013-09-11 22:20:38 +08:00
__init__.py Fix missing enctype="multipart/form-data" when needed 2013-09-11 22:20:38 +08:00
admin.py Fix missing enctype="multipart/form-data" when needed 2013-09-11 22:20:38 +08:00
admin2.py Fix missing enctype="multipart/form-data" when needed 2013-09-11 22:20:38 +08:00
models.py Fix missing enctype="multipart/form-data" when needed 2013-09-11 22:20:38 +08:00
views.py Fix missing enctype="multipart/form-data" when needed 2013-09-11 22:20:38 +08:00