Raphaël Hertzog
a2d0831e42
Fixed #23072 -- Added missing formtools test templates in tarball
...
The lack of this file breaks the test suite.
2014-07-22 10:45:50 +02:00
Moayad Mardini
bad4721b45
Fixed #22464 - included contrib/gis/static in tarball
...
After switching to setuptools in commit 66f546b
,
contrib/gis/static isn't included in tarball anymore, this commit adds
that path to be `recursive-include` in `MANIFEST.in`
2014-04-18 08:00:41 +02:00
Tim Graham
aa93a1890f
Removed contrib.comments per deprecation timeline.
2014-03-21 07:05:36 -04:00
Florian Apolloner
7959aff8be
Added license info for the weakref backports
2014-01-12 18:35:15 +01:00
Florian Apolloner
a5becad909
Fixed #19252 -- Added support for wheel packages.
...
Signed-off-by: Jannis Leidel <jannis@leidel.info>
2013-05-01 13:46:06 +02:00
Aymeric Augustin
052271168b
Removed django.contrib.databrowse.
...
RIP -- you served us well.
2012-12-29 21:58:12 +01:00
Ramiro Morales
2100da9dcd
Ensure we ignore __pycache__ PEP 3174 dirs in a few more places.
2012-10-06 18:40:58 -03:00
Bruno Renié
adbdb18adc
Fixed #18874 -- Updated new name of README.rst to auxiliary files
2012-08-29 21:25:02 +02:00
Aymeric Augustin
cec6bd5a59
Fixed #18023 -- Removed bundled simplejson.
...
And started the deprecation path for django.utils.simplejson.
Thanks Alex Ogier, Clueless, and other contributors for their
work on the patch.
2012-04-29 19:58:00 +02:00
Jannis Leidel
3b127e3cd2
Fixed the manifest template to correctly ship admin's static files.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16490 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-01 15:18:34 +00:00
Jannis Leidel
656360c240
Fixed #12202 -- Removed hardcoded password reset subject and added a subject_template_name parameter to the password_reset view. Thanks, Ramiro Morales, Claude Paroz and agabel.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16438 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-19 11:24:39 +00:00
Justin Bronn
274849c873
Added GIS test fixture directories to the MANIFEST.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-16 19:02:56 +00:00
Karen Tracey
535dc08fcf
Add formtools test templates to MANIFEST.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15762 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-05 18:20:59 +00:00
Jannis Leidel
c06d27239e
Added app translation files to the package manifest template.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15278 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-21 20:47:56 +00:00
Jannis Leidel
946e87ded1
Fixed #14990 -- Added sitemaps tests templates to manifest template.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-30 10:55:35 +00:00
Russell Keith-Magee
5501238bc0
More cleanups for the manifest file.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13760 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-12 06:37:39 +00:00
Russell Keith-Magee
dee7ef802d
Fixed #14245 -- Added some files and paths missing from the MANIFEST.in. Thanks to pmclanahan for the report.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13719 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-10 19:21:31 +00:00
Justin Bronn
a6a176013a
Updated MANIFEST.in to include the GeoDjango test fixture directories.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12311 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-27 19:42:03 +00:00
Justin Bronn
71055085a3
Removed directories that no longer exist from the packaging manifest.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10664 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-02 16:04:44 +00:00
James Bennett
843a9541ec
Ensure Django's test suite is included when we build release packages.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 22:54:40 +00:00
Justin Bronn
eb90cdf849
Added the GEOS and GDAL interface licenses to the manifest template.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9480 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-17 18:08:42 +00:00
Malcolm Tredinnick
a70f15b8f1
Fixed #9613 -- Added a bunch of files that were missing when the distribution
...
tarball is created. Thanks, Justin Bronn.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9478 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-17 02:58:30 +00:00
Justin Bronn
bcb4693e1d
Added GeoDjango template and test data directories to the manifest template so that they are included when building the release tarball with `sdist`.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9473 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-16 16:27:36 +00:00
Malcolm Tredinnick
a80a5ae46f
Fixed #8374 -- Add the admindocs/templates/ directory to the source tarball
...
that is built.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8423 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-17 05:43:34 +00:00
Adrian Holovaty
06031a8f2e
Fixed #4077 -- Added Databrowse templates to MANIFEST.in. Thanks, Dirk Datzert
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5025 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-18 18:18:56 +00:00
Malcolm Tredinnick
b9d077c10d
Fixed #3338 , #3536 , #3796 -- Fixed a bunch of setup and build problems in a
...
portable fashion. That took a *lot* longer to debug than I thought it would, so
let's try not to break it.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4912 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-03 12:28:19 +00:00
Malcolm Tredinnick
2258723097
Refs #3338 -- Partially fix rpm packaging problems. There is still one issue
...
remaining with how we construct the version numbers, but this change is useful
nonetheless. Patch from Dirk Datzert.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4490 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-12 00:33:24 +00:00
Adrian Holovaty
1d424817cb
Changed setup.py to use standard distutils instead of setuptools. This means installing Django no longer requires a easy_install, setuptools or a working Internet connection, greatly simplifying things.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3906 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-16 21:50:46 +00:00