evorepo/news
Dan McGee 97d1e4164b Connect post_save signals where they will always be triggered
We need to do this in the models.py files, otherwise the post_save signal
might not be connected right away on launch of the application. Move them
over there, add a dispatch_uid so it only gets hooked up once, and do some
other function moving around so we don't have circular imports.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-10-13 18:11:28 -05:00
..
migrations Fix migration dependencies exposed after moving models 2010-09-29 15:16:39 -05:00
__init__.py Initial import for public release... 2007-11-03 03:45:10 -04:00
admin.py Spruce up news admin view 2010-09-15 09:04:00 -05:00
models.py Connect post_save signals where they will always be triggered 2010-10-13 18:11:28 -05:00
views.py Auto-populate slug on news item creation 2010-09-21 09:10:02 -05:00