python-django 1:1.11.9-1ubuntu1 source package in Ubuntu

Changelog

python-django (1:1.11.9-1ubuntu1) bionic; 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.

python-django (1:1.11.9-1) unstable; urgency=medium

  * New upstream bugfix release.
    <https://docs.djangoproject.com/en/2.0/releases/1.11.9/>
  * Bump Standards-Version to 4.1.3.
  * Update debian/python-django-common.lintian-overrides for updated Lintian
    output.

python-django (1:1.11.7-1) unstable; urgency=medium

  * New upstream bugfix release.
    <https://www.djangoproject.com/weblog/2017/nov/01/bugfix-release/>
  * debian/watch: Only match 1.x versions on this branch.

python-django (1:1.11.6-2) unstable; urgency=medium

  * Add Breaks: openstack-dashboard (<< 3:12) to ensure this package gets
    upgraded (etc.) first. The version in experimental (3:12.x) is supposed to
    work with the newer python-django. (Closes: #880409)
  * wrap-and-sort -sa.
  * Use HTTPS URI in debian/watch.
  * Tidy whitespace in debian/changelog.

 -- Steve Langasek <email address hidden>  Thu, 04 Jan 2018 15:08:15 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django_1.11.9.orig.tar.gz 7.5 MiB 353d129f22e1d24980d6061666f435781141c2dfd852f14ffc8a670175821034
python-django_1.11.9-1ubuntu1.debian.tar.xz 27.0 KiB 145f729051c500a48fa8b67149b1741f4c68b2712dd18d07dc5294df198aa707
python-django_1.11.9-1ubuntu1.dsc 3.2 KiB 5c54d464d1ad41514563ee49ca70b7f5752b117d07a9d652e55e093c1b5aa979

View changes file

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.