| Type: | BUG |
| Impact: | NA |
| Release Date: | 2015-01-30 |
[1.6.5-2]
- obsolete Django14 (rhbz#1114291)
[1.6.5-1]
- update to 1.6.5 CVE-2014-1418, CVE-2014-3730 (rhbz#1097935)
[1.6.4-2]
- don't hardcode python3.3
[1.6.4-1]
- update to 1.6.4 fix a potential regression in reverse()
[1.6.3-1]
- update to 1.6.3 fixing CVE-2014-0473 and CVE-2014-0474
[1.6.2-2]
- remove simplejson requirement
- make bash-completion a sub-package, both main packages can require
[1.6.2-1]
- update to 1.6.2 (rhbz#1027766)
- bash completion for python3-django-admin (rhbz#1035987)
[1.5.4-3]
- python-simplejson is not a hard requirement any more
[1.5.4-2]
- disable python3 on epel7
[1.6-1]
- update to 1.6 (rhbz#1027766)
[1.5.5-2]
- fix obsoletes
[1.5.5-1]
- update to 1.5.5 (rhbz#1023407)
>>>>>>> master
[1.5.4-1]
- fix CVE-2013-1443 (DoS via large passwords), fixes rhbz#1008281
[1.5.3-1]
- fix CVE-2013-4315 (ssi issue), fixes rhbz 1004969
[1.5.2-2]
- increase obsoletes to 1.4.6-2
[1.5.2-1]
- security related update
[1.5.1-3]
- rebuild to fix build issues during mass rebuild.
[1.5.1-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
[1.5.1-1]
- update to Django-1.5.1 (rhbz#929413)
[1.5-3]
- separated lang files for Python 2 and 3
- list %files in Python 3 subpackage more precisely to not include locale files
- added %doc to Python 3 subpackage
- removed trailing slash after %{buildroot} to avoid double slash
- fixed bogus dates in %changelog
- made %check verbose, so it is not so boring to watch them run
- created python3 doc package
- created python3- prefixed symlink to manpage
- comment added about shared content - manpages
[1.5-2]
- Make the python3 subpackage install first, so that django-admin
doesn't get overwritten.
- Don't own %{python3_sitelib} itself, but only its contents.
[1.5-1]
- update to Django-1.5
[1.4.5-2]
- update to latest stable upstream version
- fix minor packaging issues introduced upstream
[1.4.4-1]
- update to 1.4.4 (rhbz #913024)
- Data leakage via admin history log CVE-2013-0305 (rhbz #913041)
- Formset denial-of-service CVE-2013-0306 (rhbz #913042)
[1.4.3-4]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
[1.4.3-2]
- also obsolete version 1.4.3-1
[1.4.3-2]
- own directories (rhbz#894533)
[1.4.3-1]
- security update to upstream version 1.4.3
https://www.djangoproject.com/weblog/2012/dec/10/security/
[1.4.2-2]
- Bump obsoletes version, since there is still Django-1.4.2-1 out there.
- Fix a provide that should allow users to use 'django' instead of 'Django'.
[1.4.2-1]
- security update to upstream version 1.4.2-1
https://www.djangoproject.com/weblog/2012/oct/17/security/
[1.4.1-2]
- fix provides: Django
[1.4.1-1]
- update to 1.4.1 fixing CVE-2012-3442, CVE-2012-3443, and CVE-2012-3444
[1.4-5]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
[1.4-4]
- fix for FTBFS using python 2.7.3 (thanks to M.Cepl)
[1.4-3]
- revert change from 1.4-2
- really fix simplejson-import
[1.4-2]
- fix simplejson-import (port from django-1.3-package)
[1.4-1]
- Update to 1.4
[1.3.1-9]
- spec cleanup
[1.3.1-8]
- patch tests to work on koji (no internet connection)
[1.3.1-7]
- Enable tests
- Now obsoletes (last Django release+1)
- Mark Bash completion script as a configuration file
[1.3.1-6]
- add additional provides django = %{version}-%{release}
[1.3.1-5]
- rename package to python-django
[1.3.1-4]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
[1.3.1-3]
- Package bash completion script
[1.3.1-2]
- Switch to the 'html' doc builder, for easier navigation without a web server
[1.3.1-1]
- Update to 1.3.1
- Remove workaround for non-functional -doc generation
- Deduplicate file listing
[1.3-2]
- Fix for BZ#693865
[1.3-1]
- Fix for es_MX upstream bug
- Update for upstream release
[1.2.5-1]
- Fix for CVE-2011-0697
[1.2.4-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
[1.2.4-1]
- Update for multiple security issues (see http://www.djangoproject.com/weblog/2010/dec/22/security/)
[1.2.3-3]
- Now build docs for F12+
- Added Django-remove-djangodocs-ext.patch
[1.2.3-2]
- Moved to dirhtml for documentation generation
[1.2.3-1]
- Update for http://www.djangoproject.com/weblog/2010/sep/10/123/
[1.2.2-1]
- Update for CVE-2010-3082 (see http://www.djangoproject.com/weblog/2010/sep/08/security-release/)
- Removed Django-hash-compat-13310.patch as it is already included in this release
[1.2.1-6]
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
[1.2.1-5]
- Added http://code.djangoproject.com/changeset/13310?format=diff&new=13310 per BZ#601212
[1.2.1-4]
- Include egg in >= rhel6
[1.2.1-3]
- Use generated %{name}.lang instead of including each locale file by hand
- Temporarily make main package provide -doc on Rawhide, to fix upgrade path
until upstream documentation builds with Sphinx 1.0
[1.2.1-2]
- Allow for building docs in F13 as it's only F14 freaking out
[1.2.1-1]
- Update for new release.
- Added lang files per BZ#584866.
- Changed perms on %{python_sitelib}/django/contrib/admin/media/js/compress.py
- Lots of explicit files listed in %files in order to reduce duplicate file listings
- Docs are not built on F-13 for now
[1.1.1-2]
- Removed po files per BZ#529188.
[1.1.1-1]
- Update to fix http://www.djangoproject.com/weblog/2009/oct/09/security/
- Django-ignore-pyo-bz-495046.patch no longer needed.
[1.1-4]
- EL-4 shouldn't get the sphinx docs.
[1.1-3]
- ghosting admin py* is now FC9 and under.
[1.1-2]
- Applied Daniel Mach's patch from bz#516016.
[1.1-1]
- Update for Django 1.1 release.
- Moved /usr/bin/django-admin.py to /usr/bin/django-admin
- sed macro is now being used
- Patch for bz#495046 applied.
[1.0.3-6]
- Attempted combined spec for F12/11/10 and EL5
[1.0.3-4]
- Older builds must ghost django-admin.py[c,o]
[1.0.3-3]
- Bump for tag issue.
[1.0.3-2]
- Fix changelog.
[1.0.3-1]
- Upgrade for http://www.djangoproject.com/weblog/2009/jul/28/security/
[1.0.2-3]
- Build HTML documentation (bug #484070)
- No longer excluding *.py? in bindir, F11's Python does not optimizes these
[1.0.2-2]
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
[1.0.2-1]
- Update to 1.0.2
[1.0.1-0.1.beta1]
- Update to 1.0.1_beta_1
[1.0-1]
- Update to final 1.0 release
[1.0-0.1.rc1.el6]
- CSRF security update: bz#460966
[1.0-0.1.beta2]
- Update to 1.0 beta2
[1.0-0.1.beta1]
- Update to 1.0 beta1
[0.96.2-1]
- XSS security update: CVE-2008-2302 (bz# 442757-60)
[0.96.1-2]
- Package .egg-info file on Fedora >= 9
[0.96.1-1]
- i18n security update: CVE-2007-5712, bz#357051
[0.96-1]
- New upstream version
[0.95.1-1]
- Upstream security updates:
http://www.djangoproject.com/weblog/2007/jan/21/0951/
[0.95-1]
- Initial package
| Release/Architecture | Filename | sha256 | Superseded By Advisory | Channel Label |
| Oracle Linux 6 (x86_64) | python-django-1.6.5-2.el6.src.rpm | 8108ed125cbeeb37f8672ccfa881c9b08408fbe9acac0c1ae6dafc08f1104f6f | - | ol6_x86_64_openstack10 |
| python-django-1.6.5-2.el6.noarch.rpm | 057bce87cf42bd58fee40a91187065a3e8abb7bb013ab530c2a2e0601bdb4461 | - | ol6_x86_64_openstack10 | |
| python-django-bash-completion-1.6.5-2.el6.noarch.rpm | dd2eb25f16760b8dfd1e4bf44939342ebdd758a49da91d1f145cf7429adb143f | - | ol6_x86_64_openstack10 | |
| python-django-doc-1.6.5-2.el6.noarch.rpm | 572d74a911e31ae6c7e7c813fee0cceb6f8c5f4db9b43ac8466068b77eb770e5 | - | ol6_x86_64_openstack10 | |
This page is generated automatically and has not been checked for errors or omissions. For clarification or corrections please contact the Oracle Linux ULN team