Added name field to File for easier finding in the database. Added automatic mimetype...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 6 Jun 2011 19:49:18 +0000 (15:49 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 6 Jun 2011 21:26:05 +0000 (17:26 -0400)
commit5adae760fc382cd1f3fdc7ee02f2b8cc0dc5cfa6
treedd30c005fefbb6e2d38cb32529c619431f669898
parentb57fc50443cd2f26c47267d2556b79805b41f8b8
Added name field to File for easier finding in the database. Added automatic mimetype generation for users who don't understand what that means. ;-) Resolves (partially) issue #136.
philo/admin/nodes.py
philo/migrations/0015_auto__add_unique_node_slug_parent__add_unique_template_slug_parent.py [moved from philo/migrations/0016_auto__add_unique_node_slug_parent__add_unique_template_slug_parent.py with 100% similarity]
philo/migrations/0016_auto__add_field_file_name.py [new file with mode: 0644]
philo/migrations/0017_generate_filenames.py [new file with mode: 0644]
philo/models/nodes.py