evorepo/news
Dan McGee 6fe08cd689 Utilize Django 1.3 'on_delete' feature on several foreign keys
The most important one here is PROTECT to keep people from making
bone-headed plays and deleting an Arch or Repo and every package along
with it. We can use this in a few other places, as well as some
carefully placed SET_NULL indicators.

Note that nothing here pushes deletion responsibilities down to the
database, although that will probably happen in a future commit.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-04-07 17:04:00 -05:00
..
migrations Add some migrations to convert database to UTC time 2011-04-07 17:03:06 -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 Utilize Django 1.3 'on_delete' feature on several foreign keys 2011-04-07 17:04:00 -05:00
urls.py Fix old news URLs not redirecting properly 2011-01-10 14:43:32 -06:00
views.py Clean up news redirect argument 2011-01-14 23:49:17 -06:00