Author: jezdez
Date: 2011-07-01 08:18:34 -0700 (Fri, 01 Jul 2011)
New Revision: 16490

Modified:
   django/trunk/MANIFEST.in
Log:
Fixed the manifest template to correctly ship admin's static files.

Modified: django/trunk/MANIFEST.in
===================================================================
--- django/trunk/MANIFEST.in    2011-07-01 15:18:27 UTC (rev 16489)
+++ django/trunk/MANIFEST.in    2011-07-01 15:18:34 UTC (rev 16490)
@@ -14,7 +14,7 @@
 recursive-include django/conf/locale *
 recursive-include django/contrib/*/locale *
 recursive-include django/contrib/admin/templates *
-recursive-include django/contrib/admin/media *
+recursive-include django/contrib/admin/static *
 recursive-include django/contrib/admindocs/templates *
 recursive-include django/contrib/auth/fixtures *
 recursive-include django/contrib/auth/templates *

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to