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
2013-01-09
Addeded CSS to bold deprecation notices.
Tim Graham
2013-01-09
Fixed #19586 - Removed URL_VALIDATOR_USER_AGENT from setting docs.
Tim Graham
2013-01-09
Fixed lockups in jenkins, refs #19546.
Florian Apolloner
2013-01-09
Skipped deprecation warning test on Python 2.6
Claude Paroz
2013-01-09
Remove inaccurate comment regarding language names.
Carl Meyer
2013-01-09
Fixed #19546 - ensure that deprecation warnings are shown during tests
Preston Holmes
2013-01-08
Added sphinx substitutions in place of hardcoded version numbers.
Tim Graham
2013-01-08
Fixed #19555 - Removed '2012' from tutorial 1.
Tim Graham
2013-01-08
Fixed #19576 -- Use `six.with_metaclass` uniformously accross code base.
Simon Charette
2013-01-08
Fixed #17541 -- Fixed non-saved/nullable fk querying
Anssi Kääriäinen
2013-01-08
Updated deprecated test assertions
Claude Paroz
2013-01-08
Fixed #16759 -- Remove use of __deepcopy__ in qs.clone()
Anssi Kääriäinen
2013-01-07
Fixed typo in 1.5 release notes; thanks Jonas Obrist.
Carl Meyer
2013-01-07
Created special PostgreSQL text indexes when unique is True
Claude Paroz
2013-01-06
Fixed #19571 -- Updated runserver output in the tutorial
Claude Paroz
2013-01-06
Tests for various emptyqs tickets
Anssi Kääriäinen
2013-01-06
Fixed #19173 -- Made EmptyQuerySet a marker class only
Anssi Kääriäinen
2013-01-05
Fixed #12914 -- Use yaml faster C implementation when available
Claude Paroz
2013-01-04
Fixed #19562 -- cleaned up password storage docs
Preston Holmes
2013-01-04
Fixed #19192 -- Allowed running tests with dummy db backend
Claude Paroz
2013-01-03
Replaced deprecated sslerror by ssl.SSLError
Claude Paroz
2013-01-03
Added documentation for the 'db' argument of the post-syncdb signal.
mpaolini
2013-01-03
Fixed #19382 -- Stopped smtp backend raising exception when already closed
Claude Paroz
2013-01-03
Fixed #19134 -- Allowed closing smtp backend when the server is stopped
Claude Paroz
2013-01-03
Updated comment about PostGIS bug 2035
Claude Paroz
2013-01-03
Fixed #19545 -- Make sure media/is_multipart work with empty formsets
Simon Charette
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2013-01-03
Update doc example for overriding change_form.html
Chris Beaven
2013-01-02
Fixed PR 478 -- Removed superfluous try/except block.
Aymeric Augustin
2013-01-02
Minor fixes in the known_related_objects tests.
Aymeric Augustin
2013-01-02
Fixed #19547 -- Caching of related instances.
Aymeric Augustin
2013-01-02
Fixed #19549 - Typo in docs/topics/auth/default.txt
Tim Graham
2013-01-01
Fixed #19520 - Corrected some misleading docs about template_name_suffix.
Tim Graham
2013-01-01
Modernized middleware tests.
Aymeric Augustin
2013-01-01
Removed unusable parameters to empty_form property
Claude Paroz
2013-01-01
Merge pull request #615 from evildmp/patch-3
Florian Apolloner
2013-01-01
Tiny typo fixed in logging docs
Daniele Procida
2013-01-01
Updated our six module to follow upstream changes.
Florian Apolloner
2013-01-01
Added a helper script for managing django translations
Claude Paroz
2013-01-01
Replaced six.reraise with a simple raise.
Florian Apolloner
2013-01-01
Replaced e.message with e.args[0] in 3aa4b8165da23a2f094d0eeffacbda5484f4c1f6.
Florian Apolloner
2013-01-01
Merge pull request #182 from kspi/patch-1
Florian Apolloner
2013-01-01
Fixed a NameError in geoip/libgeoip if the GeoIP library is not found.
Florian Apolloner
2013-01-01
Fixed #19457 -- ImageField size detection failed for some files.
Anton Baklanov
2013-01-01
Fixed #19519 again -- Regression in LiveServerTestCase after fd1279a4.
Aymeric Augustin
2012-12-31
Fixed #17078 -- Made shell use std IPython startup.
Ramiro Morales
2012-12-31
Fixed #19453 -- Ensured that the decorated function's arguments are obfuscate...
Julien Phalip
2012-12-31
Fixed #19519 -- Fired request_finished in the WSGI iterable's close().
Aymeric Augustin
2012-12-31
Fixed #16241 -- Ensured the WSGI iterable's close() is always called.
Aymeric Augustin
2012-12-31
Fixed #19537 -- Made CheckboxInput._has_changed handle 'False' string
Claude Paroz
[next]