python-Django
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
- Sources inherited from project Cloud:OpenStack:Pike
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout systemsmanagement:Ardana:8:CentOS/python-Django && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Django-1.11.11.tar.gz | 0007961491 7.59 MB | |
Django-1.11.11.tar.gz.asc | 0000002448 2.39 KB | |
python-Django-rpmlintrc | 0000000214 214 Bytes | |
python-Django.changes | 0000069748 68.1 KB | |
python-Django.keyring | 0000003086 3.01 KB | |
python-Django.spec | 0000004464 4.36 KB |
Revision 3 (latest revision is 18)
Thomas Bechtold (tbechtold)
committed
(revision 3)
- update to version 1.11.11 (CVE-2018-6188, CVE-2018-7536, CVE-2017-12794, CVE-2018-7537, bsc#1077714, bsc#1083304, bsc#1056284, bsc#1083305): * Fixed #28550 -- Restored contrib.auth's login() and logout() views' respect of positional arguments. * Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef. * Fixed #28729 -- Replaced a numbered list with unordered list in TemplatesSetting docs. * Fixed argument name in call_command() docstring. * Fixed #28451 -- Restored pre-Django 1.11 Oracle sequence/trigger naming. * Fixed incorrect indentation in remove_stale_contenttypes. * Fixed #28532 -- Fixed typo in PostgreSQL field docs * Fixed #29032 -- Fixed an example of using expressions in QuerySet.values(). * Fixed typo in docs/topics/testing/advanced.txt. * Fixed #28648 -- Corrected typo in docs/topics/db/queries.txt. * Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm. * Bumped version for 1.11.7 release. * Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt. * Fixed #27998, #28543 -- Restored logging of ManyToManyField changes in admin's object history. * Fixed #28530 -- Prevented SelectDateWidget from localizing years in output. * Bumped version for 1.11.8 release. * Fixed #28471 -- Clarified that Meta.indexes is preferred to index_together. * Initialized CsrfViewMiddleware once in csrf_tests. * Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs. * Fixed typo in ModelAdmin action logging test. * Fixed #28747 -- Fixed typos in django/conf/global_settings.py comments. * Added stub release notes for 1.11.8. * Fixed #17985 -- Documented ModelAdmin.lookup_allowed(). * Fixed #28597 -- Fixed crash with the name of a model's autogenerated primary key in an Index's fields. * Added stub release notes for 1.11.9. * Fixed typo in docs/topics/forms/media.txt. * Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs. * Fixed #25277 -- Restored test dependency to the original python-memcached.
Comments 0