summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2014-01-19Fixed Oracle query failures caused by lookup refactorAnssi Kääriäinen
2014-01-18Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin
2014-01-18Fixed #21821 -- db_type argument for field_cast_sqlAnssi Kääriäinen
2014-01-18Fixed #21794 -- Adjusted warning for abstract models.Aymeric Augustin
2014-01-18Fixed #21659 -- Modified the registration/password_change_form.html admin tem...Tim Graham
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2014-01-17Removed some unnecessary __exact operators in filters.Tim Graham
2014-01-17Adjusted inspectdb management command to yield PEP 8-compliant output barring...JustinTArthur
2014-01-17Fixed #21785: Bad handling of both auto_now and _add on deconstructAndrew Godwin
2014-01-16Merge pull request #2176 from numerodix/masterTim Graham
2014-01-16Fixed typo in docstring.Martin Matusiak
2014-01-16Fixed #21784: Correctly decode stdin input for migration defaultsAndrew Godwin
2014-01-16Fixed #21740 -- Stopped using mutable default arguments in test clientClaude Paroz
2014-01-15Fixed typo in comment.Martin Matusiak
2014-01-14Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn
2014-01-13Remove unneded open(.., 'U') when on python 3.Marc Tamlyn
2014-01-12Undelete the `return True` removed in 4e0a2fe.Marc Tamlyn
2014-01-12Add further workarounds for HTMLParser with Python 3.4.Marc Tamlyn
2014-01-12Fixed #21770 -- Updated autocomplete for app-loading.Aymeric Augustin
2014-01-12Fixed #21477 -- Renamed db to using in pre/post_migrate signals.Aymeric Augustin
2014-01-12Used a regular lock for app registry population.Aymeric Augustin
2014-01-12Fixed #21453 -- Enabled autocommit before calling init_connection_state.Aymeric Augustin
2014-01-12Fixed flake8 issues.Simon Charette
2014-01-12Merge pull request #2163 from apollo13/signalsFlorian Apolloner
2014-01-12Added license info for the weakref backportsFlorian Apolloner
2014-01-12Fixed #21452 -- Non-autocommit connections to PostgreSQL.Aymeric Augustin
2014-01-12Fixed #21413 -- resolve_columns fields misalignmentAnssi Kääriäinen
2014-01-11Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeFieldClaude Paroz
2014-01-11Fixed #21750 -- Fixed regression introduced by 4befb30.Loic Bistuer
2014-01-11Fixed #21752 -- Prevented custom widget step attribute to be overwrittenClaude Paroz
2014-01-10Deprecated importing a model before loading its application.Aymeric Augustin
2014-01-10Fixed docstring typo in django/forms/forms.py.Marc Sibson
2014-01-10Fixed typo in docstrings of MonthArchiveViews.Michael Blatherwick
2014-01-10Fixed #21513 -- Added method_decorator support for argumented decoratordpwrussell
2014-01-09Fixed #12571 -- Attached originating WSGIRequest to test client responses.Unai Zalakain
2014-01-09Fixed removal of signal receivers in Python 3.4Florian Apolloner
2014-01-08Fix wording of auth superuser post-migrate handlerAndrew Godwin
2014-01-08Fixed #21142: Dependency failures on unmigrated apps.Andrew Godwin
2014-01-08Changed parent class calls to super in Field subclassesmaurycyp
2014-01-06Avoided catching ImproperlyConfigured on django.setup().Aymeric Augustin
2014-01-06Fixed #21718 -- Renamed has_app to is_installed.Aymeric Augustin
2014-01-05Added catalogs for apps that didn't have any translations.Aymeric Augustin
2014-01-05Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin
2014-01-05Fixed #21711 -- Enforced unicity of model names.Aymeric Augustin
2014-01-03Fixed selenium failure.Florian Apolloner
2014-01-03Revert "Fixed #21227 -- Added workaround for selenium test failures"Florian Apolloner
2014-01-03Removed unneeded import.Florian Apolloner
2014-01-03Fixed a few flaky selenium tests.Florian Apolloner
2014-01-02Moved django.setup() to ManagementUtilityClaude Paroz
2014-01-01Adjusted previous commit for Python 3.Aymeric Augustin