index
:
chango.git
devmain
fix-31295
initial-branch
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
2012-08-04
Fixed #7833 -- Improved UserCreationForm password validation
Claude Paroz
2012-08-04
Fixed #5524 -- Do not remove cleaned_data when a form fails validation
Claude Paroz
2012-08-04
Fixed #18700 -- Added URL reversal for i18n set_language view.
Simon Meers
2012-08-03
Fixed #15932 - Documented how to supress multiple reverse relations to the sa...
Tim Graham
2012-08-03
[py3] Removed uses of sys.maxint under Python 3.
Aymeric Augustin
2012-08-03
Remove a temporary variable deletion, it's not a big deal and it doesn't exis...
Alex Gaynor
2012-08-03
Documented the trick used in 9908201d7f.
Aymeric Augustin
2012-08-03
Replaced some byte strings by str() calls
Claude Paroz
2012-08-03
Removed some pre-1.3.0 postgis compatibility code
Claude Paroz
2012-08-03
Fixed #13904 - Documented how to avoid garbage collection messages in GIS.
Tim Graham
2012-08-03
Reorganized geoapp gis tests
Claude Paroz
2012-08-03
Fixed #18363 -- Improved Galician date and time format strings
Claude Paroz
2012-08-03
Fixed #18684 -- Added Finnish DATETIME_FORMAT
Claude Paroz
2012-08-02
Fixed #17704 - Updated the StackedInline section in Tutorial 2; thanks xbito ...
Tim Graham
2012-08-02
Fixed #16941 - Clarified naturaltime output when the time is more than a day ...
Tim Graham
2012-08-02
Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London.
Tim Graham
2012-08-02
Fixed #18472 - Added warning regarding set_language / i18n_patterns.
Simon Meers
2012-08-02
Reinstated Pinax link that was still in use by others.
Simon Meers
2012-08-01
Fixed #16168 - Added note regarding type requirements when overridng ModelFor...
Tim Graham
2012-07-31
Fixed #18122 - Clarified section title regarding applying permissions to gene...
Tim Graham
2012-07-30
Fixed #17131 - Added per object permission notes to docs.
Tim Graham
2012-07-30
Fixed a security issue in http redirects. Disclosure and new release forthcom...
Florian Apolloner
2012-07-30
Fixed second security issue in image uploading. Disclosure and release forthc...
Florian Apolloner
2012-07-30
Fixed a security issue in image uploading. Disclosure and release forthcoming.
Florian Apolloner
2012-07-29
Merge pull request #225 from dekkers/remove-double-isinstance-check
Alex Gaynor
2012-07-29
Updated my bio.
Justin Bronn
2012-07-29
Fixed #18476 - Added use of {% url %} tag to tutorial.
Tim Graham
2012-07-28
Fixed #18656 -- Fixed LocaleMiddleware link; thanks mitar for the report.
Tim Graham
2012-07-28
Fixed #18630 -- Updated version in docs/intro/install.txt; thanks Kevin London.
Tim Graham
2012-07-25
[py3] Updated dict-like data structures for Python 3.
Aymeric Augustin
2012-07-25
Fixed error message in detail generic view.
Florian Apolloner
2012-07-25
Fixed #18614 -- Added missing imports in code samples.
Florian Apolloner
2012-07-25
Fixed #18634 -- Don't escape variables in the context for startproject/startapp.
Marc Tamlyn
2012-07-25
Merge pull request #216 from ljosa/ticket_18644
Florian Apolloner
2012-07-25
Merge pull request #220 from dirn/staticfiles-docs-typo
Florian Apolloner
2012-07-25
Merge pull request #224 from reclosedev/patch-1
Florian Apolloner
2012-07-25
Merge pull request #230 from pjdelport/cleanup
Alex Gaynor
2012-07-25
Merge pull request #228 from nklas/master
Alex Gaynor
2012-07-25
Merge pull request #232 from yohanboniface/ticket18667
Alex Gaynor
2012-07-25
Merge pull request #231 from kevin1024/master
James Bennett
2012-07-25
Fixed QueryDict.setlistdefault.
Aymeric Augustin
2012-07-25
Fixed a typo in the admin reference docs.
Aymeric Augustin
2012-07-25
Ticket 18667: fix typo in CBV doc
Yohan Boniface
2012-07-25
Rolled back a unnecessary change in 8f002867b2.
Aymeric Augustin
2012-07-25
Made staticfiles tests independent of test execution order.
Florian Apolloner
2012-07-25
Update docs/topics/signals.txt
nklas
2012-07-24
Changed the word "brackets" to "parentheses"
Kevin McCarthy
2012-07-24
Fixed #18666 -- when upgrading a user's password to a new algorithm only save...
Alex Gaynor
2012-07-24
Clarified default name of M2M relationship DB table.
Ramiro Morales
2012-07-25
Fix typo.
Piet Delport
[next]