summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-14Merge pull request #642 from dcramer/patch-1Alex Gaynor
2013-01-14Improve test to ensure that post_delete was actually calledDavid Cramer
2013-01-14Move logic seperation as its not longer repetitiveDavid Cramer
2013-01-14Move signal disconnect into finally blockDavid Cramer
2013-01-14Add David Cramer to AUTHORSDavid Cramer
2013-01-14Send post_delete signals immediatelyDavid Cramer
2013-01-13Added details on minified jQuery and DEBUG mode for contrib.admin.Tim Graham
2013-01-13Fixed typo in file storage docs.Aymeric Augustin
2013-01-12Fixed #14633 - Organized settings reference docs and added a topical index.Tim Graham
2013-01-12Fixed #17574 -- Implemented missing get_key_columns in PostgreSQL backendClaude Paroz
2013-01-12Return namedtuple from get_table_descriptionClaude Paroz
2013-01-12Fixed #19024 -- Corrected form wizard docs for get_form_prefix.Stephan Jaekel
2013-01-12Fixed #18026 -- Don't return an anonymous dict if extra_data in storage is em...Stephan Jaekel
2013-01-11Removed some now dead code from deletion (thanks to Carl Meyer for noticing it).Alex Gaynor
2013-01-11Fixed #19488 -- Made i18n_patterns redirect work with non-slash-ending pathsClaude Paroz
2013-01-11Fixed #19585 -- Fixed loading cookie value as a dictClaude Paroz
2013-01-11Fixed #4833 -- Validate email addresses with localhost as domainClaude Paroz
2013-01-11Minor DEBUG setting reference formatting edit.Ramiro Morales
2013-01-11Fixed code examples in which render() calls were missing `request` parameter.Vinod Kurup
2013-01-11Made dev server autoreloader ignore filenames reported as None.Thomas Bartelmess
2013-01-11Fixed #19360 -- Raised an explicit exception for aggregates on date/time fiel...Nick Sandford
2013-01-11Adapted test assertion against yaml dumpClaude Paroz
2013-01-11Fixed #19437 - Clarified pip install instructions in contributing tutorial.Tim Graham
2013-01-11Fixed #10239 - Added docs for modelform_factoryTim Graham
2013-01-10Fixed #19588 - Added create_superuser to UserManager docs.Tim Graham
2013-01-10Fixed #19573 -- Allow override of username field label in AuthenticationFormNick Sandford
2013-01-09Fixed #19581 -- ensure unique html ids with CheckboxSelectMultiple widgetsLoic Raucy
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