Author: mtredinnick Date: 2008-11-16 21:01:07 -0600 (Sun, 16 Nov 2008) New Revision: 9479
Modified: django/branches/releases/1.0.X/MANIFEST.in Log: [1.0.X] Fixed #9613 -- Added a bunch of files that were missing when the distribution tarball is created. Thanks, Justin Bronn. Backport of r9478 from trunk. Modified: django/branches/releases/1.0.X/MANIFEST.in =================================================================== --- django/branches/releases/1.0.X/MANIFEST.in 2008-11-17 02:58:30 UTC (rev 9478) +++ django/branches/releases/1.0.X/MANIFEST.in 2008-11-17 03:01:07 UTC (rev 9479) @@ -3,6 +3,7 @@ include INSTALL include LICENSE include MANIFEST.in +include django/utils/simplejson/LICENSE.txt recursive-include docs * recursive-include scripts * recursive-include examples * @@ -11,8 +12,11 @@ recursive-include django/contrib/admin/templates * recursive-include django/contrib/admin/media * recursive-include django/contrib/admindocs/templates * +recursive-include django/contrib/auth/fixtures * +recursive-include django/contrib/auth/tests/templates * recursive-include django/contrib/comments/templates * recursive-include django/contrib/databrowse/templates * +recursive-include django/contrib/formtools/templates * recursive-include django/contrib/gis/templates * recursive-include django/contrib/gis/tests/data * recursive-include django/contrib/gis/tests/geoapp/sql * --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
