summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
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
2014-01-01Fixed a few issues in previous commit.Aymeric Augustin
2014-01-01Properly assigned app_label to GIS test models.Aymeric Augustin
2013-12-31Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer
2013-12-31Fixed #21716 -- Only passed arguments supported by ogrinspectClaude Paroz
2013-12-31only attempt to create the postgis extension when it does not already existThomas Schreiber
2013-12-30Removed the only_with_models_module argument of get_model[s].Aymeric Augustin
2013-12-30Stopped populating the app registry as a side effect.Aymeric Augustin
2013-12-29Changed get_validation_errors to use an app config.Aymeric Augustin
2013-12-29Added Apps.clear_cache().Aymeric Augustin
2013-12-29Fixed a typo.Aymeric Augustin
2013-12-29Added AppConfig.get_models().Aymeric Augustin
2013-12-29Replaced Options.object_name.lower() by Options.model_name.Aymeric Augustin
2013-12-29Cleared get_models cache when swapping User model.Aymeric Augustin
2013-12-29Refactored the migration signals to use app configs.Aymeric Augustin
2013-12-28Changed get_model to raise an exception on errors.Aymeric Augustin
2013-12-28Stopped calling apps.get_model with only_installed=False.Aymeric Augustin
2013-12-26Used app_config.verbose_name instead of app_label|capfirst.Aymeric Augustin
2013-12-26Made the AppConfig API marginally more consistent.Aymeric Augustin
2013-12-26Removed a few gratuitous lambdas.Aymeric Augustin
2013-12-26Added missing newline in previous commit.Tim Graham
2013-12-26Fixed #21627 -- Added unicode_literals to changepassword command.Jon Lønne
2013-12-24Added a missing import and removed an unneeded importAlex Gaynor
2013-12-24Added more spatial predicates for prepared geometriesClaude Paroz
2013-12-24Dropped support for GEOS < 3.1Claude Paroz