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
2016-03-01
[1.9.x] Bumped version for 1.9.3 release.
1.9.3
Tim Graham
2016-03-01
[1.9.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during lo...
Florian Apolloner
2016-03-01
[1.9.x] Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.
Mark Striemer
2016-03-01
[1.9.x] Added stub release notes for security issues.
Tim Graham
2016-03-01
[1.9.x] Fixed #26217 -- Added a warning about format strings to WeekArchiveVi...
Michal Petrucha
2016-03-01
[1.9.x] Fixed #26165 -- Added some FAQs about CSRF protection.
acemaster
2016-03-01
[1.9.x] Fixed typos in docs/ref/models/meta.txt.
Taranjeet
2016-02-29
[1.9.x] Fixed #26186 -- Documented how app relative relationships of abstract...
Simon Charette
2016-02-28
[1.9.x] Fixed docs: release-process, Supported Versions section, concrete exa...
Shai Berger
2016-02-27
[1.9.x] Fixed #26275 -- Noted difference between o and Y date format chars.
inondle
2016-02-26
[1.9.x] Fixed #26286 -- Prevented content type managers from sharing their ca...
Simon Charette
2016-02-26
[1.9.x] Fixed #26280 -- Fixed cached template loader crash when loading nonex...
Ivan Tsouvarev
2016-02-25
[1.9.x] Fixed #26231 -- Used .get_username in admin login template.
Sjoerd Job Postmus
2016-02-25
[1.9.x] Corrected a run on sentence in doc/topics/db/models.txt.
Tim Graham
2016-02-25
[1.9.x] Fixed #26278 -- Clarified apps.ready docs.
Tim Graham
2016-02-25
[1.9.x] Refs #26270 -- Reorganized TestCase docs.
Tim Graham
2016-02-24
[1.9.x] Fixed a function signature in docs/topics/auth/default.txt.
Tim Graham
2016-02-24
[1.9.x] Removed docs of deprecated SimpleTestCase warnings behavior.
Tim Graham
2016-02-24
[1.9.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.
Jon Dufresne
2016-02-23
[1.9.x] Fixed spelling error
Markus Holtermann
2016-02-22
[1.9.x] Fixed #26188 -- Documented how to wrap password hashers.
Tim Graham
2016-02-22
[1.9.x] Refs #26253 -- Amended release note as this issue doesn't affect 1.8.
Tim Graham
2016-02-22
[1.9.x] Fixed #26253 -- Fixed crashing deprecation shims in SimpleTemplateRes...
Tim Graham
2016-02-22
[1.9.x] Fixed import location of check_password() in docs.
Daniel Quinn
2016-02-19
[1.9.x] Fixed #26243 -- Noted that 'python -R' is enabled by default in Pytho...
Raphael Michel
2016-02-19
[1.9.x] Fixed some code blocks indentation in GIS docs.
Sergey Fedoseev
2016-02-19
[1.9.x] Used relative models imports in the GIS tutorial.
Juan José Conti
2016-02-18
[1.9.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.
Tim Graham
2016-02-18
[1.9.x] Added intended use in the admin's introduction.
Tim Graham
2016-02-18
[1.9.x] Fixed #26233 -- Fixed invalid reSt in models.Q docstring.
Tim Graham
2016-02-17
[1.9.x] Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.
Akshesh
2016-02-17
[1.9.x] Fixed #25687 -- Documented how to add database function support to th...
Tim Graham
2016-02-17
[1.9.x] Refs #19353 -- Added tests for using custom user models with built-in...
Berker Peksag
2016-02-17
[1.9.x] Followed recommended ValidationError use in docs.
Jon Dufresne
2016-02-16
[1.9.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None v...
Claude Paroz
2016-02-16
[1.9.x] Fixed possible "RuntimeError: maximum recursion depth exceeded" build...
Tim Graham
2016-02-15
[1.9.x] Fixed #26221 -- Used find_packages() in reusable apps tutorial.
Ryan Nowakowski
2016-02-15
[1.9.x] Fixed #26212 -- Made forms.FileField and translation.lazy_number() pi...
Alexey Kotlyarov
2016-02-15
[1.9.x] Fixed #26126 -- Fixed transient failure of test_max_age_expiration
Berker Peksag
2016-02-12
[1.9.x] Added import in docs/topics/email.txt example.
Camilo Nova
2016-02-12
[1.9.x] Fixed allow_migrate() signature in documentation
Markus Holtermann
2016-02-11
[1.9.x] Fixed #26111 -- Clarified that fixtures are loaded once per TestCase.
Johannes Linke
2016-02-11
[1.9.x] Clarified "database column type" explanation.
Becka R
2016-02-11
[1.9.x] Fixed #26196 -- Made sure __in lookups use to_field as default.
Anssi Kääriäinen
2016-02-11
[1.9.x] Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descri...
Anssi Kääriäinen
2016-02-11
[1.9.x] Updated instructions for gettext on Windows.
Tim Graham
2016-02-11
[1.9.x] Fixed #26206 -- Fixed docs comments causing empty code blocks.
Tim Graham
2016-02-11
[1.9.x] Fixed typo in django/contrib/auth/base_user.py comment.
Charlie Denton
2016-02-09
[1.9.x] Fixed #26182 -- Removed an obsolete (refs #24917) paragraph in admind...
userimack
2016-02-09
[1.9.x] Fixed #26181 -- Corrected AngularJS CSRF example.
userimack
[next]