summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Ensure generated package name does not contain spaces; this will make Django ...James Bennett2008-11-151-1/+1
* Change version calculation in setup.py to go with the new VERSION tupleJames Bennett2008-10-011-5/+3
* Fixed #3203 (again!) -- Install data files in the right place on MS WindowsMalcolm Tredinnick2008-08-121-0/+6
* Fixed badly worded comment in setup.py osx_install_data(). It's better but st...Adrian Holovaty2008-07-221-8/+8
* Fixed #7414: fixed setup.py on OSX 10.5. Thanks, ajs.Jacob Kaplan-Moss2008-07-211-0/+20
* Updated LICENSE. Announcement forthcomming...Jacob Kaplan-Moss2008-06-171-2/+2
* Changed setup.py to work no matter where it is called from. We were previouslyMalcolm Tredinnick2008-02-211-7/+4
* Negligible formatting changes to some recent commitsAdrian Holovaty2007-04-031-1/+1
* Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and build problems in aMalcolm Tredinnick2007-04-031-11/+26
* Fixed #3536 -- Fixed setup.py so that it prints a usage message if youMalcolm Tredinnick2007-02-201-1/+1
* Fixed #3203 -- Fixed setup.py bdist_wininst. Thanks for the patch, ymasudaAdrian Holovaty2006-12-301-1/+8
* Fixed #3117 -- Changed setup.py to get version from django.VERSION dynamicall...Adrian Holovaty2006-12-131-1/+4
* Fixed #2989 -- easy_install now works with Django's setup.py. Thanks for repo...Adrian Holovaty2006-11-271-3/+7
* Changed setup.py to use standard distutils instead of setuptools. This means ...Adrian Holovaty2006-10-161-22/+23
* Fixed #2804 -- Fixed up installation of sitemaps module. Thanks, MaximillianMalcolm Tredinnick2006-09-241-0/+1
* Fixed #61 -- Added admin/auth/user/*.html to setup.pyAdrian Holovaty2006-08-051-0/+1
* Fixed #2451 -- setup.py no longer has to list each language, thanks to patter...Adrian Holovaty2006-07-301-31/+1
* added tamil translation to the setupGeorg Bauer2006-07-211-0/+1
* added arabic to the setupGeorg Bauer2006-07-101-1/+2
* Fixed #1929 -- Updated version in setup.py from 0.91 to 0.95Adrian Holovaty2006-06-021-1/+1
* Fixed #2065 -- Changed setup.py to install django.contrib.comments templates....Adrian Holovaty2006-06-021-0/+1
* added missing languages to setup.pyGeorg Bauer2006-05-241-0/+2
* Fixed #1750 -- Changed setup.py to exclude 'examples.*'Adrian Holovaty2006-05-111-1/+1
* Fixed #1750 -- Changed setup.py to exclude 'examples' directory. Thanks, misc...Adrian Holovaty2006-05-031-1/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-0/+5
* Cleaned up setup.py in preparation for 0.91 releaseAdrian Holovaty2006-01-111-2/+5
* MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat...Adrian Holovaty2005-11-251-0/+1
* Changed package_data formatting in setup.py to match that of new-adminAdrian Holovaty2005-11-221-5/+8
* Updated setup.py to include locales and *.TXT in package_data. Changed versio...Adrian Holovaty2005-11-161-2/+22
* Fixed #653 -- setup.up now accounts for admin file moves. Thanks, korpios@gma...Adrian Holovaty2005-10-201-5/+5
* Fixed #538 -- Added zip_safe=False to setup.py. Thanks, grayrest@gmail.comAdrian Holovaty2005-09-221-0/+1
* Fixed #459 -- setup.py now includes admin_templates/registration. Thanks, igo...Adrian Holovaty2005-09-041-0/+1
* Moved default admin from media to django/conf/admin_media, so Django is able ...Adrian Holovaty2005-07-181-1/+4
* Changed setup.py to include admin_templates. Thanks for the heads-up, Freewhe...Adrian Holovaty2005-07-171-0/+3
* Changed setup.py author and added django-admin to distutils 'scripts'Adrian Holovaty2005-07-151-1/+2
* Moved django.bin.setup to root level and converted it to use setuptools. Stil...Adrian Holovaty2005-07-151-0/+15