summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor
2013-09-10Made MigrationWriter look for a "deconstruct" attribute on functions.Loic Bistuer
2013-09-10Fixed #20978 -- Made deletion.SET_NULL more friendly for MigrationWriter.seri...Loic Bistuer
2013-09-10Fixed #21083 - Fixed spelling in tutorial.Tim Graham
2013-09-10Fixed #16534 -- Improved ability to customize DiscoverRunnerTim Graham
2013-09-10Fixed #21075 - Improved doc for calling call_command with arguments.oz123
2013-09-10Fixed #4574 -- Added CSS classes to the admin calendar widget for better cont...Roberto Aguilar
2013-09-10Fixed #7467 -- Added a template block to override the admin welcome message.Tim Graham
2013-09-10Fixed #21057 -- Prevented FileSystemStorage from leaving temporary files.John Hensley
2013-09-10Fixed #18403 -- Initialized bad_cookies in SimpleCookiee0ne
2013-09-10Fixed #21033 -- Fixed uploaded filenames not always being truncated to 255 ch...homm
2013-09-09Merge pull request #1607 from Diskun/masterAlex Gaynor
2013-09-09Fixed a little mistake in Django 1.7 release notesRomain B.
2013-09-09Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner
2013-09-09Refactored code and tests that relied on django.utils.tzinfo.Aymeric Augustin
2013-09-09Fixed #17262 -- Refactored tzinfo implementations.Aymeric Augustin
2013-09-09Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry
2013-09-09Fixed #21078 -- Handled additional bad Accept-Language headerJosh Mize
2013-09-09Improved release notes for ticket #10164Tim Graham
2013-09-09Fixed #21063 -- AdminSite app_index should be fail early if the user has no p...Keryn Knight
2013-09-09Fixed spelling; refs #16895.Tim Graham
2013-09-09Fixed syntax error on Python 3.2; refs #20889.Tim Graham
2013-09-09Fixed #16895 -- Warned about cost of QuerySet orderinge0ne
2013-09-09Fixed #20707 -- Added explicit quota assignment to Oracle test userСадовский Николай
2013-09-09Add myself to authors fileCurtis Maloney
2013-09-09Simplify FilterExpression.args_checkCurtis Maloney
2013-09-09Fixed #20889 -- Prevented email.Header from inserting newlinesDaniel Boeve
2013-09-09Added a test to show that the user.is_staff check in admin base.html is neces...Tim Graham
2013-09-08Fix #20745: Don't silence TypeError raised inside templates.Baptiste Mispelon
2013-09-08Removed some more unused local varsAlex Gaynor
2013-09-08Further hardening. Refs #18766.Aymeric Augustin
2013-09-08Hardened the test introduced in ded11aa6. Refs #18766.Aymeric Augustin
2013-09-08Removed a ton of unused local varsAlex Gaynor
2013-09-08Removed an unused local varAlex Gaynor
2013-09-08Repositioned two paragraphs in the release notes.Aymeric Augustin
2013-09-08Fixed #18766 -- Pointed to pytz when LocalTimezone fails.Aymeric Augustin
2013-09-07Fixed #16869 -- BaseGenericInlineFormSet.save_new should use form's save() me...Pablo Mouzo
2013-09-07Fixed some flake8 warningsAlex Gaynor
2013-09-07Fixed #21068 -- Added some docs for DiscoverRunnerTim Graham
2013-09-07Fixed #21013 -- Ensure that ModelAdmin.get_queryset is considered for the adm...Juan Catalano
2013-09-07Fixed #20409 -- Clarified how unique_for_date works when USE_TZ is set.Aymeric Augustin
2013-09-07Negligible style fix.Aymeric Augustin
2013-09-07Merge pull request #1594 from garrypolley/patch-1Alex Gaynor
2013-09-07adding myself to authors fileGarry Polley
2013-09-07Merge pull request #1565 from garrypolley/#19988-ordinal-html-i18n-fixAlex Gaynor
2013-09-07Fixed #20005 -- Documented that Oracle databases need execute permission on S...Tim Graham
2013-09-07Added a note about LTS releases.Jacob Kaplan-Moss
2013-09-07Fixed a test failure introduced in 55a11683f7b094ae4fd0b9fa030d18a12657ba98.Julien Phalip
2013-09-07Fixed #20876 -- Changed Poll model name in tutorial to QuestionRodolfo
2013-09-07Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly c...Julien Phalip