summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2013-09-10Fixed #20978 -- Made deletion.SET_NULL more friendly for MigrationWriter.seri...Loic Bistuer
2013-09-10Fixed #16534 -- Improved ability to customize DiscoverRunnerTim Graham
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-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-09Fixed #21063 -- AdminSite app_index should be fail early if the user has no p...Keryn Knight
2013-09-09Fixed #20707 -- Added explicit quota assignment to Oracle test userСадовский Николай
2013-09-09Simplify FilterExpression.args_checkCurtis Maloney
2013-09-09Fixed #20889 -- Prevented email.Header from inserting newlinesDaniel Boeve
2013-09-08Fix #20745: Don't silence TypeError raised inside templates.Baptiste Mispelon
2013-09-08Removed some more unused local varsAlex Gaynor
2013-09-08Removed a ton of unused local varsAlex Gaynor
2013-09-08Removed an unused local varAlex Gaynor
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 #21013 -- Ensure that ModelAdmin.get_queryset is considered for the adm...Juan Catalano
2013-09-07Negligible style fix.Aymeric Augustin
2013-09-07Merge pull request #1565 from garrypolley/#19988-ordinal-html-i18n-fixAlex Gaynor
2013-09-07Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly c...Julien Phalip
2013-09-07Oops :(Aymeric Augustin
2013-09-07Fixed an encoding issue in the test client.Aymeric Augustin
2013-09-07RunSQL migration operation and alpha SeparateDatabaseAndState op'n.Andrew Godwin
2013-09-07Add `response_delete` and `render_delete_form` methods to `ModelAdmin`Pablo Mouzo
2013-09-07Fixed #20557 -- Properly decoded non-ASCII cookies on Python 3.Aymeric Augustin
2013-09-07Minor cleanup in the WSGI handler.Aymeric Augustin
2013-09-07Refactored the unmangling of the WSGI environ.Aymeric Augustin
2013-09-07Moved two WSGI-specific functions to the WSGI handler.Aymeric Augustin
2013-09-07Fixed regression introduced by a962286, changed ugettext to ugettext_lazy.Loic Bistuer
2013-09-06Fixed a number of flake8 errors -- particularly around unused imports and loc...Alex Gaynor
2013-09-07Fixed regression introduced by efd1e60, 'map' returns an iterator on PY3.Loic Bistuer
2013-09-06Fixed #20007 -- Configured psycopg2 to return UnicodeArraysEric Boersma
2013-09-06Merge pull request #1566 from adamsc64/ticket_11857Russell Keith-Magee
2013-09-06Fixed #21037 -- Made MigrationWriter raise a ValueError when serializing lamb...Loic Bistuer
2013-09-06Fixed Python 3 syntax error introduced in [c72392da]Tim Graham
2013-09-06Merge pull request #1582 from rca/12756-missing-yaml-module-serializer-error-...Russell Keith-Magee
2013-09-06Cleanup commit after peer review.Roberto Aguilar
2013-09-06Merge pull request #1580 from ianawilson/ticket_16502Russell Keith-Magee
2013-09-06Fixed #11811 -- Data-loss bug in queryset.update.Aymeric Augustin
2013-09-06Minor factorization.Aymeric Augustin
2013-09-06Merge pull request #1579 from ianawilson/ticket_21058Russell Keith-Magee
2013-09-06Moved a settings usage up the stack in utils/formats.py #unsettingsAdrian Holovaty
2013-09-06Add -l alias for migrate --listAndrew Godwin
2013-09-06adds fix for SingleObjectTemplateResponseMixin raising a TemplateDoesNotExist...Ian Wilson
2013-09-06Merge pull request #1578 from rmutter/ticket_20821Julien Phalip