summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-20Fixed Oracle in lookup when more than 1000 paramsAnssi Kääriäinen
2014-01-20Fixed multi geometries editing in OpenLayers widgetClaude Paroz
2014-01-20Corrected minor typo.Russell Keith-Magee
2014-01-20Removed an inactive system check for upload_to.Russell Keith-Magee
2014-01-19Fixed a small collection of flake8 violations that had snuck inAlex Gaynor
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-19Fixed some admin sphinx definitions so links work properly.Tim Graham
2014-01-19Fixed #21290: Documented migration serializing and improved errorAndrew Godwin
2014-01-19Moved the loader tags registration with the other builtins.Baptiste Mispelon
2014-01-19Remove other unicode literalAndrew Godwin
2014-01-19Remove unicode prefix that snuck inAndrew Godwin
2014-01-19Fixed #21638: Validators are now comparable, stops infinite user mig'nsAndrew Godwin
2014-01-19Fixed #21664: Multi-table inheritance was duplicating _ptr fieldsAndrew Godwin
2014-01-19Fixed #21786: Bad behaviour when mixins + abstract bases for migrationsAndrew Godwin
2014-01-19Fixed #21783: (again) Found second source of bug, also squashed it.Andrew Godwin
2014-01-19Merge pull request #1681 from loic/migrations.formatAndrew Godwin
2014-01-20Fixed #21323 -- Improved readability of serialized Operation.Loic Bistuer
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