python-django 1:1.11.16-4ubuntu1 source package in Ubuntu
Changelog
python-django (1:1.11.16-4ubuntu1) disco; urgency=low * Merge from Debian unstable. Remaining changes: - debian/patches/pymysql-replacement.patch: Use pymysql as drop in replacement for MySQLdb. - debian/control: Drop python-mysqldb in favor of python-pymysql. - Ignore test results, seems they have been broken since a lot of time, see Debian bug: #891753 python-django (1:1.11.16-4) unstable; urgency=medium * Cherry-pick two patches from upstream to fix test failures under Python 3.7. Thanks to Gaudenz Steinlin for the in-depth investigation. (Closes: #891753) * Add libsqlite3-mod-spatialite to Build-Depends to ensure we test our patch for Spatialite 4.2 introduced as part of the fix for #910240. python-django (1:1.11.16-3) unstable; urgency=medium * Default to supporting Spatialite >= 4.2. (Closes: #910240) * debian/control: - Update libgdal's SONAME in Suggests. - Add libsqlite3-mod-spatialite to Suggests. python-django (1:1.11.16-2) unstable; urgency=medium * Fix broken contrib/admin/static/admin/{img,fonts}/README.txt symlinks. (Closes: #910120) * debian/rules: - Rename PREFIX -> PREFIX2 variable for clarity. - Use variables for the Python 2.x and 3.x "dist-packages" directories. python-django (1:1.11.16-1) unstable; urgency=medium * New upstream bugfix release: - Fix a race condition in QuerySet.update_or_create() that could result in data loss. <https://code.djangoproject.com/ticket/29499> * debian/tests/control: Drop deprecated needs-recommends test restriction. * Move "fonts" and "img" README documentation to /usr/share/doc. * Bump Standards-Version to 4.2.1. -- Gianfranco Costamagna <email address hidden> Mon, 03 Dec 2018 20:03:48 +0100
Upload details
- Uploaded by:
- Gianfranco Costamagna on 2018-12-03
- Uploaded to:
- Disco
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-django_1.11.16.orig.tar.gz | 7.5 MiB | 29268cc47816a44f27308e60f71da635f549c47d8a1d003b28de55141df75791 |
python-django_1.11.16-4ubuntu1.debian.tar.xz | 29.8 KiB | dcfa3c49b0f102cc00354696465f93a9c2b71978702c0ad32661955897705c08 |
python-django_1.11.16-4ubuntu1.dsc | 3.2 KiB | 91d2202fbb0cbf7d189abe704517ba46eeece1e4294bf3804fc1505cab20d3b7 |
Available diffs
Binary packages built by this source
- python-django: High-level Python web development framework (Python 2 version)
Django is a high-level web application framework that loosely follows the
model-view-controller design pattern.
.
Python's equivalent to Ruby on Rails, Django lets you build complex
data-driven websites quickly and easily - Django focuses on automating as much
as possible and adhering to the "Don't Repeat Yourself" (DRY) principle.
.
Django additionally emphasizes reusability and "pluggability" of components;
many generic third-party "applications" are available to enhance projects or
to simply to reduce development time even further.
.
Notable features include:
* An object-relational mapper (ORM)
* Automatic admin interface
* Elegant URL dispatcher
* Form serialization and validation system
* Templating system
* Lightweight, standalone web server for development and testing
* Internationalization support
* Testing framework and client
.
This package is built for Python 2.
- python-django-common: High-level Python web development framework (common)
Django is a high-level web application framework that loosely follows the
model-view-controller design pattern.
.
Python's equivalent to Ruby on Rails, Django lets you build complex
data-driven websites quickly and easily - Django focuses on automating as much
as possible and adhering to the "Don't Repeat Yourself" (DRY) principle.
.
Django additionally emphasizes reusability and "pluggability" of components;
many generic third-party "applications" are available to enhance projects or
to simply to reduce development time even further.
.
This package contains files common to both Python 2.7 and Python 3.
- python-django-doc: High-level Python web development framework (documentation)
Django is a high-level web application framework that loosely follows the
model-view-controller design pattern.
.
Python's equivalent to Ruby on Rails, Django lets you build complex
data-driven websites quickly and easily - Django focuses on automating as much
as possible and adhering to the "Don't Repeat Yourself" (DRY) principle.
.
Django additionally emphasizes reusability and "pluggability" of components;
many generic third-party "applications" are available to enhance projects or
to simply to reduce development time even further.
.
This package contains the HTML documentation and example projects.
- python3-django: High-level Python web development framework (Python 3 version)
Django is a high-level web application framework that loosely follows the
model-view-controller design pattern.
.
Python's equivalent to Ruby on Rails, Django lets you build complex
data-driven websites quickly and easily - Django focuses on automating as much
as possible and adhering to the "Don't Repeat Yourself" (DRY) principle.
.
Django additionally emphasizes reusability and "pluggability" of components;
many generic third-party "applications" are available to enhance projects or
to simply to reduce development time even further.
.
Notable features include:
* An object-relational mapper (ORM)
* Automatic admin interface
* Elegant URL dispatcher
* Form serialization and validation system
* Templating system
* Lightweight, standalone web server for development and testing
* Internationalization support
* Testing framework and client
.
This package is built for Python 3.