summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-16Fixed #18285 -- Documented that bulk_create doesn't work with M2M relationships.Tim Graham
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-16Fixed #21343 -- Noted many-to-many restrictions with intermediate model.Tim Graham
2014-01-16Fixed #21768 -- Corrected TemplateView context section.Tim Graham
2014-01-16Fixed #21727 -- Added some links to help clarify topics/auth/default.txtTim Graham
2014-01-16Fixed #21747 -- Added {% elif %} to template topics guide.Tim Graham
2014-01-15Merge pull request #2170 from numerodix/masterTim Graham
2014-01-15Merge pull request #2171 from kwood/masterTim Graham
2014-01-15Fix typo in storage docsKevin Wood
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-13Removed BDFL stuff from docs/internals/contributing/bugs-and-features.txtAdrian Holovaty
2014-01-13Removed BDFLs section from docs/internals/committers.txtAdrian Holovaty
2014-01-13Negligible change to my bio in docs/internals/committers.txtAdrian Holovaty
2014-01-12Be more careful about closing connections in mail tests.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 a test that was failing with PostGIS.Aymeric Augustin
2014-01-12Restored a test broken by overzealous PEP8 cleanupAymeric 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 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-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-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