django-admin2/example/blog
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 Compiled all messages. Ready for release. Fixes #314, refs #317 2013-07-09 12:22:36 +02:00
templates Move default theme to it's own app. This way we are following the same pattern that other themes will have to use fix #333 2013-07-18 17:55:08 +02:00
tests Fix missing enctype="multipart/form-data" when needed 2013-09-11 22:20:38 +08:00
__init__.py Add example app 2013-05-18 12:12:57 +02:00
actions.py "only_selected" flag exists to specify whether it should affect the 2013-08-02 13:58:57 -04:00
admin.py Drilling down works on a functional level. Gotta set up interface and 2013-07-30 16:28:24 -04:00
admin2.py Merge pull request #366 from douglasmiranda/implementing-app-verbose-name 2013-08-13 16:51:09 -07:00
models.py Added unit tests. 2013-07-31 17:31:23 -04:00
views.py merge 2013-07-09 17:58:52 +02:00