evorepo/mirrors
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 Update MirrorProtocol fixture data 2010-09-30 14:36:38 -05:00
management Auto-resolve mirror URLs on save 2011-02-27 12:44:30 -06:00
migrations Make mirror name and URLs unique 2011-04-05 01:12:23 -05:00
templatetags Mirror status improvements 2010-09-30 12:47:30 -05:00
__init__.py added mirrors app from archweb_pub 2009-11-09 22:24:46 -02:00
admin.py Move country filter last in mirror admin 2011-03-28 18:26:23 -05:00
models.py Utilize Django 1.3 'on_delete' feature on several foreign keys 2011-04-07 17:04:00 -05:00
urls_mirrorlist.py Modularize URLs 2011-02-22 15:29:10 -06:00
urls.py Modularize URLs 2011-02-22 15:29:10 -06:00
utils.py Use check count for this URL, not max of all mirrors 2010-12-12 01:13:32 -06:00
views.py Enhance the mirror details page 2011-03-28 18:26:55 -05:00