summaryrefslogtreecommitdiff
path: root/MANIFEST.in
AgeCommit message (Expand)Author
2025-11-21Skipped scripts/ folder from built release artifacts.Natalia
2024-06-24Migrated setuptools configuration to pyproject.toml.Claude Paroz
2023-02-09Fixed #34248 -- Added tox.ini to MANIFEST.in.Syed Sajjad Hussain Shah
2020-05-14Fixed #31524 -- Removed minified static assets from the admin.Jon Dufresne
2015-12-12Simplified MANIFEST.inNicholas Chammas
2015-09-28Moved and updated Python license.Tim Graham
2015-07-25Simplified MANIFEST.inTim Graham
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham
2015-02-11Moved contrib.auth tests out of contrib.Tim Graham
2015-02-11Moved contrib.sitemaps tests out of contrib.Tim Graham
2015-02-11Moved contrib.flatpages tests out of contrib.Tim Graham
2015-01-03Removed formtools entries from MANIFEST.in.Berker Peksag
2014-12-23Added RasterSource/GDALBand GDAL objectsClaude Paroz
2014-07-22Fixed #23072 -- Added missing formtools test templates in tarballRaphaƫl Hertzog
2014-04-18Fixed #22464 - included contrib/gis/static in tarballMoayad Mardini
2014-03-21Removed contrib.comments per deprecation timeline.Tim Graham
2014-01-12Added license info for the weakref backportsFlorian Apolloner
2013-05-01Fixed #19252 -- Added support for wheel packages.Florian Apolloner
2012-12-29Removed django.contrib.databrowse.Aymeric Augustin
2012-10-06Ensure we ignore __pycache__ PEP 3174 dirs in a few more places.Ramiro Morales
2012-08-29Fixed #18874 -- Updated new name of README.rst to auxiliary filesBruno ReniƩ
2012-04-29Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin
2011-07-01Fixed the manifest template to correctly ship admin's static files.Jannis Leidel
2011-06-19Fixed #12202 -- Removed hardcoded password reset subject and added a subject_...Jannis Leidel
2011-03-16Added GIS test fixture directories to the MANIFEST.Justin Bronn
2011-03-05Add formtools test templates to MANIFEST.Karen Tracey
2011-01-21Added app translation files to the package manifest template.Jannis Leidel
2010-12-30Fixed #14990 -- Added sitemaps tests templates to manifest template.Jannis Leidel
2010-09-12More cleanups for the manifest file.Russell Keith-Magee
2010-09-10Fixed #14245 -- Added some files and paths missing from the MANIFEST.in. Than...Russell Keith-Magee
2010-01-27Updated MANIFEST.in to include the GeoDjango test fixture directories.Justin Bronn
2009-05-02Removed directories that no longer exist from the packaging manifest.Justin Bronn
2009-03-30Ensure Django's test suite is included when we build release packages.James Bennett
2008-11-17Added the GEOS and GDAL interface licenses to the manifest template.Justin Bronn
2008-11-17Fixed #9613 -- Added a bunch of files that were missing when the distributionMalcolm Tredinnick
2008-11-16Added GeoDjango template and test data directories to the manifest template s...Justin Bronn
2008-08-17Fixed #8374 -- Add the admindocs/templates/ directory to the source tarballMalcolm Tredinnick
2007-04-18Fixed #4077 -- Added Databrowse templates to MANIFEST.in. Thanks, Dirk DatzertAdrian Holovaty
2007-04-03Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and build problems in aMalcolm Tredinnick
2007-02-12Refs #3338 -- Partially fix rpm packaging problems. There is still one issueMalcolm Tredinnick
2006-10-16Changed setup.py to use standard distutils instead of setuptools. This means ...Adrian Holovaty