index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #26033 -- Added password hasher support for Argon2 v1.3.
Bas Westerbaan
2016-04-25
1
-1
/
+1
*
Fixed #26033 -- Added Argon2 password hasher.
Bas Westerbaan
2016-03-08
1
-0
/
+1
*
Corrected trove classifiers for Python version support.
Tim Graham
2015-08-17
1
-1
/
+1
*
Updated trove classifier to Pre-Alpha.
Tim Graham
2015-02-25
1
-1
/
+1
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-2
/
+2
*
Removed compatibility with Python 3.2.
Tim Graham
2015-01-17
1
-1
/
+0
*
Include an 'extra_requires' for bcrypt
Alex Gaynor
2014-04-17
1
-0
/
+3
*
Added Python 3.4 to classifiers in setup.py.
Berker Peksag
2014-03-30
1
-0
/
+1
*
Fixed #21827 -- Install django-admin and django-admin.py
Florian Apolloner
2014-01-21
1
-1
/
+2
*
Changed django-admin back to django-admin.py. Refs #21827
Florian Apolloner
2014-01-21
1
-1
/
+1
*
Changed setup.py to use find_packages.
Florian Apolloner
2013-12-31
1
-51
/
+3
*
Switched setup.py to setuptools.
Florian Apolloner
2013-12-27
1
-2
/
+6
*
Bumped minimum Python version requirement to 2.7 in Django 1.7.
Aymeric Augustin
2013-07-01
1
-1
/
+0
*
Fixed #20615 -- Added trove classifiers for major Python versions.
Aymeric Augustin
2013-06-18
1
-0
/
+2
*
Bumped verion numbers for 1.6a1.
Jacob Kaplan-Moss
2013-06-06
1
-1
/
+1
*
Fixed #19252 -- Added support for wheel packages.
Florian Apolloner
2013-05-01
1
-51
/
+45
*
Remove download_url from setup.py
Donald Stufft
2013-04-04
1
-1
/
+0
*
Adjusted download_url in setup.py
Florian Apolloner
2013-04-03
1
-1
/
+1
*
Fixed setup.py overlaid-install warning.
Carl Meyer
2013-03-29
1
-3
/
+6
*
Added Python 3.2/3.3 trove classifiers in setup.py
Claude Paroz
2013-02-26
1
-0
/
+2
*
Sorry, accidental commit, Thanks claudep for catching it!
Honza Kral
2013-02-24
1
-1
/
+1
*
Fixed #18491 -- deleting a proxy doesn't show warning about cascade deletes
Honza Kral
2013-02-23
1
-1
/
+1
*
Fix filtering during collection of paths in setup.py
Ramiro Morales
2013-02-14
1
-3
/
+1
*
Added 'license' value to the setup.py fixes #19430
Pablo Recio
2012-12-14
1
-0
/
+1
*
Ensure we ignore __pycache__ PEP 3174 dirs in a few more places.
Ramiro Morales
2012-10-06
1
-2
/
+3
*
Fixed #18115 - added warning about overlaid install.
Carl Meyer
2012-05-21
1
-0
/
+36
*
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...
Claude Paroz
2012-03-31
1
-1
/
+0
*
Bump trunk to 1.4.
1.4
James Bennett
2012-03-23
1
-2
/
+2
*
Bump trunk to 1.4 RC 2.
James Bennett
2012-03-15
1
-1
/
+1
*
Correct the download URL.
James Bennett
2012-03-05
1
-1
/
+1
*
Bump for 1.4 RC 1.
James Bennett
2012-03-05
1
-1
/
+1
*
Fixed #17832 -- Missing negation in a comment. Thanks mk for the report.
Aymeric Augustin
2012-03-05
1
-1
/
+1
*
Fixed download URL in setup.py.
Jannis Leidel
2012-02-16
1
-1
/
+1
*
Accommodate new version numbering scheme.
James Bennett
2012-02-16
1
-1
/
+1
*
Bump version numbers for 1.4 beta 1.
James Bennett
2012-02-16
1
-2
/
+2
*
Implemented PEP386-compatible version numbers. Thanks Jannis for the guidance.
Aymeric Augustin
2012-01-08
1
-1
/
+1
*
Fixed #17491 -- Honored the version number format expected by distutils. Fixe...
Aymeric Augustin
2012-01-07
1
-8
/
+6
*
Also we use HTTPS now.
James Bennett
2011-12-23
1
-1
/
+1
*
Missed one.
James Bennett
2011-12-23
1
-1
/
+1
*
Bump to 1.4 alpha 1.
James Bennett
2011-12-23
1
-2
/
+2
*
Changed setup.py classifiers to use a better indentation style
Adrian Holovaty
2011-03-28
1
-16
/
+17
*
Removed Python 2.4 classifier from setup.py
Adrian Holovaty
2011-03-28
1
-1
/
+0
*
Bump everything for 1.3.
1.3
James Bennett
2011-03-23
1
-2
/
+2
*
Added trove classifiers for specific python versions. Thanks to Brett Cannon ...
Russell Keith-Magee
2011-03-05
1
-0
/
+4
*
Bump trunk to 1.3 release candidate status.
James Bennett
2011-03-04
1
-1
/
+1
*
Update download_url for beta.
James Bennett
2010-12-23
1
-1
/
+1
*
Trunk is now 1.3 beta 1.
James Bennett
2010-12-23
1
-1
/
+1
*
Change development-status classifier in setup.py since this is an alpha.
James Bennett
2010-11-11
1
-1
/
+1
*
Bump version number and download URL for 1.3 alpha 1.
James Bennett
2010-11-11
1
-1
/
+1
*
Bump to 1.2.1.
1.2.1
James Bennett
2010-05-24
1
-1
/
+1
[next]