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