evorepo/main
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
..
fixtures Add a default initial groups fixture 2011-02-27 12:00:04 -06:00
migrations Add some migrations to convert database to UTC time 2011-04-07 17:03:06 -05:00
templatetags Always use HTTPS for jQuery 2010-10-28 19:04:33 -05:00
__init__.py Moved models around 2008-03-08 00:13:41 -08:00
admin.py Show a few more fields in package admin 2011-04-07 17:01:51 -05:00
context_processors.py Get secure/unsecure checking actually working 2010-09-22 23:16:13 -05:00
middleware.py Remove AutoUserMiddleware 2010-06-20 23:31:34 -05:00
models.py Utilize Django 1.3 'on_delete' feature on several foreign keys 2011-04-07 17:04:00 -05:00
utils.py Consolidate caching black magic 2011-04-07 17:03:13 -05:00