summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #34248 -- Added tox.ini to MANIFEST.in.Syed Sajjad Hussain Shah2023-02-091-0/+1
| | | Co-authored-by: Syed Sajjad Hussain Shah <syed.sajjad@H7FKF7K6XD.local>
* Fixed #31524 -- Removed minified static assets from the admin.Jon Dufresne2020-05-141-1/+0
|
* Simplified MANIFEST.inNicholas Chammas2015-12-121-8/+8
|
* Moved and updated Python license.Tim Graham2015-09-281-0/+1
|
* Simplified MANIFEST.inTim Graham2015-07-251-17/+7
| | | | | Also fixed missing django/contrib/auth/common-passwords.txt.gz file and added JavaScript tests.
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-111-6/+0
|
* Moved contrib.auth tests out of contrib.Tim Graham2015-02-111-2/+0
|
* Moved contrib.sitemaps tests out of contrib.Tim Graham2015-02-111-1/+0
|
* Moved contrib.flatpages tests out of contrib.Tim Graham2015-02-111-2/+0
|
* Removed formtools entries from MANIFEST.in.Berker Peksag2015-01-031-3/+0
|
* Added RasterSource/GDALBand GDAL objectsClaude Paroz2014-12-231-0/+1
| | | | | Based on Daniel Wiesmann's raster branch. Thanks Daniel Wiesmann and Tim Graham for the reviews. Refs #23804.
* Fixed #23072 -- Added missing formtools test templates in tarballRaphaël Hertzog2014-07-221-0/+1
| | | | The lack of this file breaks the test suite.
* Fixed #22464 - included contrib/gis/static in tarballMoayad Mardini2014-04-181-0/+1
| | | | | 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`
* Removed contrib.comments per deprecation timeline.Tim Graham2014-03-211-1/+0
|
* Added license info for the weakref backportsFlorian Apolloner2014-01-121-0/+1
|
* Fixed #19252 -- Added support for wheel packages.Florian Apolloner2013-05-011-0/+2
| | | | Signed-off-by: Jannis Leidel <jannis@leidel.info>
* Removed django.contrib.databrowse.Aymeric Augustin2012-12-291-1/+0
| | | | RIP -- you served us well.
* Ensure we ignore __pycache__ PEP 3174 dirs in a few more places.Ramiro Morales2012-10-061-0/+2
|
* Fixed #18874 -- Updated new name of README.rst to auxiliary filesBruno Renié2012-08-291-1/+1
|
* Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin2012-04-291-1/+0
| | | | | | | And started the deprecation path for django.utils.simplejson. Thanks Alex Ogier, Clueless, and other contributors for their work on the patch.
* Fixed the manifest template to correctly ship admin's static files.Jannis Leidel2011-07-011-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@16490 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12202 -- Removed hardcoded password reset subject and added a ↵Jannis Leidel2011-06-191-0/+1
| | | | | | 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
* Added GIS test fixture directories to the MANIFEST.Justin Bronn2011-03-161-0/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@15860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Add formtools test templates to MANIFEST.Karen Tracey2011-03-051-0/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@15762 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added app translation files to the package manifest template.Jannis Leidel2011-01-211-0/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@15278 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14990 -- Added sitemaps tests templates to manifest template.Jannis Leidel2010-12-301-0/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@15114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* More cleanups for the manifest file.Russell Keith-Magee2010-09-121-2/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@13760 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14245 -- Added some files and paths missing from the MANIFEST.in. ↵Russell Keith-Magee2010-09-101-1/+4
| | | | | | Thanks to pmclanahan for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13719 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Updated MANIFEST.in to include the GeoDjango test fixture directories.Justin Bronn2010-01-271-1/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@12311 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Removed directories that no longer exist from the packaging manifest.Justin Bronn2009-05-021-3/+0
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@10664 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Ensure Django's test suite is included when we build release packages.James Bennett2009-03-301-0/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@10230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added the GEOS and GDAL interface licenses to the manifest template.Justin Bronn2008-11-171-0/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@9480 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #9613 -- Added a bunch of files that were missing when the distributionMalcolm Tredinnick2008-11-171-0/+4
| | | | | | | tarball is created. Thanks, Justin Bronn. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9478 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added GeoDjango template and test data directories to the manifest template ↵Justin Bronn2008-11-161-0/+6
| | | | | | 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
* Fixed #8374 -- Add the admindocs/templates/ directory to the source tarballMalcolm Tredinnick2008-08-171-0/+1
| | | | | | | that is built. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8423 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #4077 -- Added Databrowse templates to MANIFEST.in. Thanks, Dirk DatzertAdrian Holovaty2007-04-181-0/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@5025 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and build problems in aMalcolm Tredinnick2007-04-031-0/+4
| | | | | | | | 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
* Refs #3338 -- Partially fix rpm packaging problems. There is still one issueMalcolm Tredinnick2007-02-121-4/+6
| | | | | | | | 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
* Changed setup.py to use standard distutils instead of setuptools. This means ↵Adrian Holovaty2006-10-161-0/+8
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