Author: russellm
Date: 2010-09-10 14:22:06 -0500 (Fri, 10 Sep 2010)
New Revision: 13720

Modified:
   django/branches/releases/1.2.X/MANIFEST.in
Log:
[1.2.X] Fixed #14245 -- Added some files and paths missing from the 
MANIFEST.in. Thanks to pmclanahan for the report.

Backport of r13719 from trunk.

Modified: django/branches/releases/1.2.X/MANIFEST.in
===================================================================
--- django/branches/releases/1.2.X/MANIFEST.in  2010-09-10 19:21:31 UTC (rev 
13719)
+++ django/branches/releases/1.2.X/MANIFEST.in  2010-09-10 19:22:06 UTC (rev 
13720)
@@ -3,9 +3,10 @@
 include INSTALL
 include LICENSE
 include MANIFEST.in
-include django/utils/simplejson/LICENSE.txt
 include django/contrib/gis/gdal/LICENSE
 include django/contrib/gis/geos/LICENSE
+include django/dispatch/LICENSE.txt
+include django/utils/simplejson/LICENSE.txt
 recursive-include docs *
 recursive-include scripts *
 recursive-include examples *
@@ -20,6 +21,8 @@
 recursive-include django/contrib/comments/templates *
 recursive-include django/contrib/databrowse/templates *
 recursive-include django/contrib/formtools/templates *
+recursive-include django/contrib/flatpages/fixtures *
+recursive-include django/contrib/flatpages/tests/templates *
 recursive-include django/contrib/gis/templates *
 recursive-include django/contrib/gis/tests/data *
 recursive-include django/contrib/gis/tests/geoapp/fixtures *

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@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