summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 a test isolation issue. Refs #17062.Aymeric Augustin
2014-01-12Fixed #21413 -- resolve_columns fields misalignmentAnssi Kääriäinen
2014-01-12Fixed #21756 -- Skipped two timezone-related tests on Windows.Aymeric Augustin
2014-01-11Fixed #21547 -- Updated GeoDjango tutorial with PostGIS 2 outputClaude Paroz
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-10Removed a man page for a command that was removedAlex Gaynor
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-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-08Make test stronger to hopefully fix odd Jenkins failureAndrew Godwin
2014-01-08Merge pull request #2151 from manfre/ticket-21746Anssi Kääriäinen
2014-01-08Fixed #21746 - Fixed test_get_reverse_on_unsaved_object test.Michael Manfre
2014-01-08Merge pull request #2150 from manfre/ticket-21745Anssi Kääriäinen
2014-01-08Fixed #21745 - Feature check UniqueTest.test_unique_nullMichael Manfre
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-05Added an app-loading feature to the release notes.Aymeric Augustin
2014-01-05Fixed #21711 -- Enforced unicity of model names.Aymeric Augustin
2014-01-05Renamed a couple models to prevent duplicate names.Aymeric Augustin
2014-01-05Fixed app registry cleanup in app-loading tests.Aymeric Augustin
2014-01-05Fixed test for models in non-installed apps.Aymeric Augustin
2014-01-05Removed useless model definitions.Aymeric Augustin
2014-01-04Fixed `python scripts/manage_translations.py update_catalogs`.Aymeric Augustin
2014-01-04Fixed #21730 -- Removed superfluous db_index in custom auth docsClaude Paroz
2014-01-03Fixed a sentence in the session security docs; thanks claudep.Tim Graham
2014-01-03Fixed #21728 -- Corrected an inadvertent path change in docs/intro/contributi...Tianyi Wang
2014-01-03Suppressed ResourceWarning in files testsClaude Paroz
2014-01-03Added build to flake8.exclude.Florian Apolloner
2014-01-03Fixed selenium failure.Florian Apolloner
2014-01-03Merge pull request #2094 from coder9042/ticket_21478Anssi Kääriäinen
2014-01-02Fixed #21319 -- Added documentation for the Form.fields attribute.Vajrasky Kok
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-02Updated my bio.Aymeric Augustin
2014-01-02Changed convention for modules storing AppConfigs.Aymeric Augustin
2014-01-02Fixed #21722 -- Added a warning for avoiding XSS vulnerabilities when reusing...Tim Graham
2014-01-02Merge pull request #2138 from NathanRSmith/masterAlex Gaynor