django-admin2/example/blog/tests
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
..
__init__.py merge 2013-07-06 18:33:44 +02:00
test_apiviews.py Move towards internal consistency of URL name definitions 2013-06-01 13:48:53 +02:00
test_builtin_api_resources.py Move towards internal consistency of URL name definitions 2013-06-01 13:48:53 +02:00
test_filters.py Added basic test for list_filter feature 2013-07-06 17:39:36 +02:00
test_modelforms.py Fixes #181 -- Choices were not copied for Select widgets for floppified forms. 2013-06-04 22:31:59 +02:00
test_nestedobjects.py Tweak NestedObjects (and tests) comments. 2013-05-29 14:10:56 +01:00
test_permissions.py Adding test to check if view permissions have been created. 2013-06-06 10:29:10 +02:00
test_views.py Fix missing enctype="multipart/form-data" when needed 2013-09-11 22:20:38 +08:00