summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-04Fixed #21748 -- join promotion for negated AND conditionsAnssi Kääriäinen
2014-02-04Made some PEP8 fixes in docs/ref/forms/widgets.txtTim Graham
2014-02-03Moved a GoogleMap testClaude Paroz
2014-02-03Fixed #21934 -- Added unicode support in GoogleMap classDavid Fischer
2014-02-03Reordered deprecation timeline and added back old info; refs #21920.Tim Graham
2014-02-02Fixed typo in 3ffeb931.Aymeric Augustin
2014-02-02Make mysql's CursorWrapper a contextmanager.Michael Manfre
2014-02-02Merge pull request #2230 from manfre/patch-2Alex Gaynor
2014-02-02Fix regress added to migrations.test_operations.test_alter_field_pk_fkMichael Manfre
2014-02-02Removed an unused import which snuck in.Alex Gaynor
2014-02-02Used the proxied call to staticfiles_storage.urlThomas Grainger
2014-02-02Fixed #21930 -- Only import add_srs_entry if GDAL is installedClaude Paroz
2014-02-02Merge pull request #2154 from manfre/close-cursorsAymeric Augustin
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
2014-02-02Made SQLCompiler.execute_sql(result_type) more explicit.Michael Manfre
2014-02-02Added a note about a possible name clash.Aymeric Augustin
2014-02-02Fixed typo.Aymeric Augustin
2014-02-01Avoided importing models from django.contrib.admin.Aymeric Augustin
2014-02-01Suppressed the `if Site._meta.installed` pattern.Aymeric Augustin
2014-02-01Silenced a spurious warning.Aymeric Augustin
2014-01-31Updated some tests to use the check framework and silenced a PendingDeprecati...Tim Graham
2014-01-30Fixed #21907 -- Fixed add_srs_entry for Spatialite >= 4Claude Paroz
2014-01-30Added new srs test and various cleaningClaude Paroz
2014-01-30Made Oracle introspect FloatFields correctlyShai Berger
2014-01-29Merge pull request #2224 from Ian-Foote/patch-1Alex Gaynor
2014-01-29Fix typo CRSF -> CSRFIan Foote
2014-01-29Made Oracle introspect boolean fieldsShai Berger
2014-01-28Added tests for m2m queries with custom pk on the end modelsAnssi Kääriäinen
2014-01-28Fixed #21883 -- Added six.moves.xrange importAnssi Kääriäinen
2014-01-28Add an extra warning about custom save methods in migrations docs.Andrew Godwin
2014-01-28Fixed #21849 -- Included the count of silenced system checks in output.Tim Graham
2014-01-28Fixed #21853 -- Fixed Manager.__module__ to properly return 'django.db.models...Loic Bistuer
2014-01-27Fixed #21874 -- Require Django applications to have a filesystem path.Carl Meyer
2014-01-27Removed TransRealMixin.Aymeric Augustin
2014-01-27Removed superfluous uses of TransRealMixin.Aymeric Augustin
2014-01-27Minor cleanup.Aymeric Augustin
2014-01-27Fixed #21872: Not detecting dependencies from M2M fieldsAndrew Godwin
2014-01-26Added release note stubs for 1.5.6 and 1.4.11.Tim Graham
2014-01-26Added missing items to 1.6.2 release notes.Tim Graham
2014-01-26Fixed #21823 -- Upgraded six to 1.5.2Tim Graham
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2014-01-26Fixed some missing/extraneous new line warnings.Simon Charette
2014-01-26Fixed #21866 -- Replaced "COMMIT" in managmement command SQL with backend hook.Wojciech Banaś
2014-01-26Fixed #21880 -- Added missing items to django.utils.timezone.__all__.Aymeric Augustin
2014-01-26Fixed #21877 -- Renamed django.apps.base to config.Aymeric Augustin
2014-01-26Took advantage of the new get_model API. Refs #21702.Aymeric Augustin
2014-01-26Fixed #21702 -- get_model('app_label.ModelName').Aymeric Augustin
2014-01-26Fixed typo. Refs #21836.Aymeric Augustin
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2014-01-25Moved sys.path-extending decorator to django.test.utils and used throughout t...Carl Meyer