python-django 3:3.2.19-1ubuntu2 source package in Ubuntu
Changelog
python-django (3:3.2.19-1ubuntu2) mantic; urgency=medium * Cherry-pick 2eb1f37260f0e0b71ef3a77eb5522d2bb68d6489, another Python3.12 retro-compatible change. -- Gianfranco Costamagna <email address hidden> Thu, 04 May 2023 09:22:42 +0200
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Mantic
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-django_3.2.19.orig.tar.gz | 9.4 MiB | 031365bae96814da19c10706218c44dff3b654cc4de20a98bd2d29b9bde469f0 |
python-django_3.2.19-1ubuntu2.debian.tar.xz | 37.9 KiB | 020ceae350f5a4094d4ad97de200dbf8d0a572a2aee95a2bd4a29a46223850c0 |
python-django_3.2.19-1ubuntu2.dsc | 2.8 KiB | 3b7555967f89599ee83464cbab4e8c502b060f2dc2663ae6cfb8459810845d51 |
Available diffs
Binary packages built by this source
- 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
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