summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-03-26Added regression test for custom SQL containing percentsClaude Paroz
2013-03-26Fix a missing " character in the password documentationDonald Stufft
2013-03-26Merge pull request #958 from dstufft/prehash-bcryptDonald Stufft
2013-03-26Add Donald Stufft to the AUTHORS fileDonald Stufft
2013-03-26Fixed #20138 -- Added BCryptSHA256PasswordHasherDonald Stufft
2013-03-26Fixed #20091 -- Oracle null promotion for empty stringsAnssi Kääriäinen
2013-03-25Fixed #20121 -- Removed LogEntry.get_admin_url's hard-coded path.Adam Wentz
2013-03-25Fixed docs reST warning.Ramiro Morales
2013-03-25Removed forced typecasting of help_text/label Field argumentsClaude Paroz
2013-03-25Docs: Remove ambiguity.Maik Hoepfel
2013-03-25Moved removeChildren to core.jsAndrew Jesaitis
2013-03-25Moved cancelEventPropagation into core.jsAndrew Jesaitis