index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-08-01
[1.11.x] Bumped version for 1.11.4 release.
1.11.4
Tim Graham
2017-08-01
[1.11.x] Added release date for 1.11.4.
Tim Graham
2017-07-27
[1.11.x] Fixed #28415 -- Clarified what characters ASCII/UnicodeUsernameValid...
Tim Graham
2017-07-26
[1.11.x] Replaced "not A== B" with "A != B" in docs/howto/writing-migrations....
Berker Peksag
2017-07-25
[1.11.x] Fixed #28435 -- Removed inaccurate warning about SECURE_HSTS_PRELOAD.
Tim Graham
2017-07-24
[1.11.x] Fixed #28349 -- Doc'd how to upgrade Django from LTS to LTS.
Emmanuel
2017-07-24
[1.11.x] Fixed #28420 -- Doc'd 'is' comparison restriction for User.is_authen...
Tobias Schulmann
2017-07-21
[1.11.x] Fixed #28418 -- Fixed queryset crash when using a GenericRelation to...
Rachel Tobin
2017-07-21
[1.11.x] Refs #17453 -- Fixed broken link to #django IRC logs.
Tim Graham
2017-07-19
[1.11.x] Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of...
Roman Selivanov
2017-07-18
[1.11.x] Doc'd the need to remove default ordering on Subquery aggregates.
Tomer Chachamu
2017-07-17
[1.11.x] Fixed 403 link in docs/ref/contrib/gis/install/spatialite.txt.
jmk
2017-07-15
[1.11.x] Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), an...
Florian Apolloner
2017-07-15
[1.11.x] Refs #28174 -- Fixed autoreload test crash on Python 2/non-ASCII path.
Tim Graham
2017-07-14
[1.11.x] Fixed #28387 -- Fixed has_changed() for disabled form fields that su...
Srinivas Reddy Thatiparthy
2017-07-13
[1.11.x] Fixed #28174 -- Fixed crash in runserver's autoreload with Python 2 ...
Mark Rogaski
2017-07-12
[1.11.x] Fixed #28389 -- Fixed pickling of LazyObject on Python 2 when wrappe...
Sergey Fedoseev
2017-07-11
[1.11.x] Fixed #28352 -- Corrected QuerySet.values_list() return type in docs...
Irindu Indeera
2017-07-11
[1.11.x] Updated name of topics/db/queries link on index.
Tom
2017-07-10
[1.11.x] Fixed #28378 -- Fixed union() and difference() when combining with a...
Mariusz Felisiak
2017-07-10
[1.11.x] Added test for intersection() when combining with a queryset raising...
Mariusz Felisiak
2017-07-06
[1.11.x] Fixed #28361 -- Fixed possible time-related failure in was_published...
marton bognar
2017-07-06
[1.11.x] Fixed #28355 -- Fixed widget rendering of non-ASCII date/time format...
Tim Graham
2017-07-05
[1.11.x] Refs #21415 -- Fixed contrib.humanize translations for es_AR
Claude Paroz
2017-07-04
[1.11.x] Added missing import in docs/topics/db/queries.txt.
Tushar Malik
2017-07-01
[1.11.x] Added stub release notes for 1.11.4.
Tim Graham
2017-07-01
[1.11.x] Post-release version bump.
Tim Graham
2017-07-01
[1.11.x] Bumped version for 1.11.3 release.
1.11.3
Tim Graham
2017-07-01
[1.11.x] Added release date for 1.11.3.
Tim Graham
2017-06-30
[1.11.x] Fixed #28345 -- Applied limit_choices_to during ModelForm.__init__().
Jon Dufresne
2017-06-30
[1.11.x] Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with no...
Simon Charette
2017-06-28
[1.11.x] Fixed #28294 -- Doc'd request/args/kwargs attributes of class-based ...
Mike Vasiliou
2017-06-27
[1.11.x] Fixed #28336 -- Fixed typo in docs/ref/settings.txt.
Laura
2017-06-26
[1.11.x] Fixed GEOSGeometry reference in GIS tutorial.
Sergey Fedoseev
2017-06-22
[1.11.x] Fixed #28298 -- Prevented a primary key alteration from adding a for...
Josh Schneier
2017-06-22
[1.11.x] Simplified schema.tests with assertForeignKeyExists()/assertForeignK...
Mariusz Felisiak
2017-06-20
[1.11.x] Fixed typo in docs/ref/request-response.txt.
aruseni
2017-06-20
[1.11.x] Fixed #28327 -- Removed contradictory description of mod_wsgi docs.
Tim Graham
2017-06-19
[1.11.x] Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting A...
François Freitag
2017-06-17
[1.11.x] Fixed #28176 -- Restored the uncasted option value in ChoiceWidget t...
Tim Graham
2017-06-17
[1.11.x] Fixed #28303 -- Prevented localization of attribute values in the DT...
Tim Graham
2017-06-14
[1.11.x] Refs #24423 -- Readded inadvertently deleted i18n tests.
Claude Paroz
2017-06-14
[1.11.x] Fixed #28308 -- Doc'd removal of Select.render_option() (refs #15667).
Tim Graham
2017-06-13
[1.11.x] Fixed #27434 -- Doc'd how to raise a model validation error for a fi...
Matthias Kestenholz
2017-06-13
[1.11.x] Refs #23853 -- Updated sql.query.Query.join() docstring.
Tim Graham
2017-06-13
[1.11.x] Fixed #28229 -- Fixed the value of LoginView's "next" template varia...
Mikhail Golubev
2017-06-13
[1.11.x] Fixed #28284 -- Prevented Paginator's unordered object list warning ...
orf
2017-06-13
[1.11.x] Fixed #28293 -- Fixed union(), intersection(), and difference() when...
Mariusz Felisiak
2017-06-12
[1.11.x] Fixed #27967 -- Fixed KeyError in admin's inline form with inherited...
Paulo
2017-06-12
[1.11.x] Fixed #27655 -- Added some guidelines to the coding style docs.
Tim Graham
[next]