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