django1/django/contrib
Florian Apolloner 3bc6b18cb9 Fixed selenium failure.
This fixes (at least according to tests on the ci itself)
admin_widgets.tests.RelatedFieldWidgetSeleniumFirefoxTests.test_foreign_key_using_to_field

(http://ci.djangoproject.com/job/Django/database=mysql_gis,python=python2.7/3792/testReport/junit/admin_widgets.tests/RelatedFieldWidgetSeleniumFirefoxTests/test_foreign_key_using_to_field/)

The cause for this issue seems to be that wait_page_loaded was executed before click fired
and as such no profile got saved (again just an educated guess, but with this fix I can no
longer reproduce it -- fingers crossed).
2014-01-03 11:29:37 +01:00
..
admin Fixed selenium failure. 2014-01-03 11:29:37 +01:00
admindocs Replaced Options.object_name.lower() by Options.model_name. 2013-12-29 18:48:37 +01:00
auth Changed get_validation_errors to use an app config. 2013-12-29 21:48:58 +01:00
comments Changed get_model to raise an exception on errors. 2013-12-28 20:53:00 +01:00
contenttypes Removed the only_with_models_module argument of get_model[s]. 2013-12-30 23:59:34 +01:00
flatpages Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
formtools Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
gis Several small whitespace fixes for styleguide/flake8 violations 2014-01-01 09:37:52 -08:00
humanize Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
messages Removed a few gratuitous lambdas. 2013-12-26 14:03:50 +01:00
redirects Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
sessions Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
sitemaps Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
sites Fixed a typo. 2013-12-29 20:35:58 +01:00
staticfiles Fixed #21581 -- Fixed a number of issues with collectstatic. 2013-12-31 14:58:49 -05:00
syndication Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
webdesign Removed superfluous models.py files. 2013-12-17 11:16:48 +01:00
__init__.py