summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-31Fixed #20167 -- Preserve the traceback of `ImportError`s in `import_by_path`.Joe Friedl
2013-03-31Fixed #19220 -- Prevented decimals to be displayed in scientific notationClaude Paroz
2013-03-31Fixed #8649 - Documented a caveat about dynamically adjusting formsets.Tim Graham
2013-03-31Fixed #9913 - Clarified User.is_authenticated docs.Tim Graham
2013-03-31Fixed #20168 - Generalized a PostgreSQL specific database query in the docs.Tim Graham
2013-03-30Fixed some markup in formtools docs.Tim Graham
2013-03-30Fixes #20162 -- Added a note in the documentation for `static.serve()` about ...Julien Phalip
2013-03-30Fixed #19492 - Added a link to the uWSGI/Django tutorial.Tim Graham
2013-03-30Removed site cache clearing in TestCase._fixture_setupClaude Paroz
2013-03-30Fixed #18277 - Clarified startproject documentation.Tim Graham
2013-03-30Merge pull request #963 from richardcornish/masterTim Graham
2013-03-30Remove unnecessary if conditionsAlisson
2013-03-30Fixed #20059 -- Updated humanize tests to force 'en' language setting.matiasb
2013-03-30Fixed #20130 -- Regression in {% cache %} template tag.Baptiste Mispelon
2013-03-30Fixed #19998 -- Fixed --ignorenonexistent support for XML based fixtures.Christoph Sieghart
2013-03-29Fixed #19897 - Updated static files howto.Tim Graham
2013-03-29Fixed #19582 - Added a static files tutorial.Tim Graham
2013-03-29Fixed #15379 - Added "how to cite Django" to FAQ.Tim Graham
2013-03-29Merge pull request #977 from nims11/ticket_20150Tim Graham
2013-03-29Fixed setup.py overlaid-install warning.Carl Meyer
2013-03-30Fixed #20150 -- Fixed an error in manager doc exampleNimesh Ghelani
2013-03-29Fixed #20160 -- Erronous reference to `module_name` in admin doc.Baptiste Mispelon
2013-03-29Fixed #20159 -- Mispelled attribute in multi-db documentation example.Simon Charette
2013-03-29Fixed #14540 -- Added Porto-Rico specific formatsClaude Paroz
2013-03-29Merge pull request #975 from bmispelon/ticket-20158Claude Paroz
2013-03-29Fix #20158: invalid code in queryset_pickle test models.Baptiste Mispelon
2013-03-29Improved FormView docs in class-based views index.Tim Graham
2013-03-29Merge pull request #956 from maikhoepfel/masterTim Graham
2013-03-28Fixed #20146 -- Updated removed_tags exampleferhat elmas
2013-03-28Minor updates to 'How is Django Formed.'Carl Meyer
2013-03-28Updated the release document after actually doing a release (!).Jacob Kaplan-Moss
2013-03-28Added 1.5.1 release notes.Jacob Kaplan-Moss
2013-03-28Fixed #19954 -- Fixed MySQL _last_executed decodingClaude Paroz
2013-03-28Merge pull request #972 from fusionbox/spellingAlex Gaynor
2013-03-28Fixed spelling errorsGavin Wahl
2013-03-28Merge pull request #971 from fusionbox/consistant_typoJacob Kaplan-Moss
2013-03-28Fixed spelling of "consistent" in admin/options.pyRocky Meza
2013-03-28Updated translation templatesClaude Paroz
2013-03-28Added Burmese languageClaude Paroz
2013-03-28Added Ossetic languageClaude Paroz
2013-03-28Replaced escaped by real characters in LANG_INFO structureClaude Paroz
2013-03-28Updated translations from TransifexClaude Paroz
2013-03-27Correctly restore warning capture after logging tests.Jacob Kaplan-Moss
2013-03-27Fixed #20016: worked around Jython not having a buffer.Andreas
2013-03-27Merge pull request #968 from jacobian/fix-warning-log-regressionJacob Kaplan-Moss
2013-03-27Fixed logging-related test failure introduced by e79b857.Jacob Kaplan-Moss
2013-03-27Merge pull request #967 from jacobian/ticket/20078-admin-user-password-filteringJacob Kaplan-Moss
2013-03-27Fixed #20078: don't allow filtering on password in the user admin.Jacob Kaplan-Moss
2013-03-27Merge remote-tracking branch 'ptone/18985-fix'Jacob Kaplan-Moss
2013-03-27Updated bios of committersRichard Cornish