summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2014-02-06Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each r...Christopher Medrela
2014-02-05Fixed ImportError when running contrib.gis tests without libgeos installed.Baptiste Mispelon
2014-02-04Removed two imports which are now unusedAlex Gaynor
2014-02-04Removed the this_is_the_login_form hackClaude Paroz
2014-02-04Fixed #21911 -- Made admin views redirect to login when neededClaude Paroz
2014-02-04Made staff_member_required redirect to loginClaude Paroz
2014-02-03Moved a GoogleMap testClaude Paroz
2014-02-03Fixed #21934 -- Added unicode support in GoogleMap classDavid Fischer
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-02Ensure cursors are closed when no longer needed.Michael Manfre
2014-02-01Avoided importing models from django.contrib.admin.Aymeric Augustin
2014-02-01Suppressed the `if Site._meta.installed` pattern.Aymeric Augustin
2014-01-30Fixed #21907 -- Fixed add_srs_entry for Spatialite >= 4Claude Paroz
2014-01-30Added new srs test and various cleaningClaude Paroz
2014-01-27Removed superfluous uses of TransRealMixin.Aymeric Augustin
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2014-01-26Took advantage of the new get_model API. Refs #21702.Aymeric Augustin
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2014-01-25Merge pull request #2211 from carljm/t21867Jannis Leidel
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-24Fixed #21867 -- Removed AppStaticStorage; app paths are now AppConfig's job.Carl Meyer
2014-01-24Fixed typo in error message.Arne Brodowski
2014-01-24Fixed #21870 -- Admin check for list_editable_itemArne Brodowski
2014-01-22Fixed #21846 -- Made NestedObjects handle related_name with %(app_label)s or ...Loic Bistuer
2014-01-22Fixed #21850 -- Made GeometryField.geodetic case insensitiveOliver George
2014-01-20Added ManifestStaticFilesStorage to staticfiles contrib app.Jannis Leidel
2014-01-20Fixed a couple of deprecation warningsAnssi Kääriäinen
2014-01-20Fixed multi geometries editing in OpenLayers widgetClaude Paroz
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 #21825 -- gis compiler uses self instead of qn for as_sql()Anssi Kääriäinen
2014-01-18Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().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-14Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn
2014-01-12Fixed #21477 -- Renamed db to using in pre/post_migrate signals.Aymeric Augustin
2014-01-12Fixed #21413 -- resolve_columns fields misalignmentAnssi Kääriäinen
2014-01-11Fixed #21750 -- Fixed regression introduced by 4befb30.Loic Bistuer
2014-01-08Fix wording of auth superuser post-migrate handlerAndrew Godwin
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-03Fixed selenium failure.Florian Apolloner
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-01Several small whitespace fixes for styleguide/flake8 violationsAlex Gaynor
2014-01-01Readded field unadvertantly removed in fedfd5030Claude Paroz