summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-19Fix unicode default input on py3Andrew Godwin
2014-01-19Fixed #21783: Use defaults for adding NOT NULL on sqliteAndrew Godwin
2014-01-19Implement swappable model support for migrationsAndrew Godwin
2014-01-19Fixed #18907 -- Correct docs regard population of model backrefs.Tim Graham
2014-01-19Merge pull request #2116 from apollo13/setuptoolsAymeric Augustin
2014-01-19Fixed #21825 -- gis compiler uses self instead of qn for as_sql()Anssi Kääriäinen
2014-01-19Fixed Oracle query failures caused by lookup refactorAnssi Kääriäinen
2014-01-19Refs #21628 -- removed one usage of the imp module in the tests. It is deprec...Alex Gaynor
2014-01-18Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin
2014-01-18Stopped assuming that INSTALLED_APPS only contains app names.Aymeric Augustin
2014-01-18Fixed typos spotted by Claude ParozAnssi Kääriäinen
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 #18942 -- Clarified usage of {% get_static_prefix %}.Tim Graham
2014-01-17Fixed #13116 -- Described scope of variables created by {% url ... as var %} ...Tim Graham
2014-01-17Fixed #20052 -- Discouraged use of Jython given the current state of django-j...Tim Graham
2014-01-17Fixed #21785: Bad handling of both auto_now and _add on deconstructAndrew Godwin
2014-01-16Fixed #16785 -- Documented some of the design decisions of the cache framework.Tim Graham
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