- 10 Ock, 2015 1 kayıt (commit)
-
-
Simon Charette yazdı
Thanks to Collin Anderson for the review and suggestions and Tim for the final review.
-
- 16 Ara, 2014 1 kayıt (commit)
-
-
Diego Guimarães yazdı
-
- 04 Kas, 2014 1 kayıt (commit)
-
-
- 03 Kas, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 15 Eyl, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Previously find_element_by_id('id_password') on the next line failed with NoSuchElementException and selenium.page_source was <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body></html>. Possibly related: https://code.google.com/p/selenium/issues/detail?id=1969.
-
- 14 Agu, 2014 2 kayıt (commit)
-
-
Florian Apolloner yazdı
-
Maxime Turcotte yazdı
Refactored openCalendar function from DateTimeShortcuts.js. Now, when entered manually in the input field, the date will show up correctly on the calendar for locales that don't use "-" for separator. Thanks charettes for revivew and Alexey Boriskin for some of the patch.
-
- 12 Agu, 2014 1 kayıt (commit)
-
-
Collin Anderson yazdı
-
- 24 Tem, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 09 Tem, 2014 1 kayıt (commit)
-
-
Anubhav Joshi yazdı
Thanks Loic Bistuer and Tim Graham for help and review.
-
- 07 Tem, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks brylie.
-
- 26 Haz, 2014 1 kayıt (commit)
-
-
Riccardo Magliocchetti yazdı
Decoupled behavior and style from the RelatedFieldWidgetWrapper and ForeignKeyRawIdWidget.
-
- 02 Haz, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
This reverts commit 9d1987d7.
-
- 15 May, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 06 Nis, 2014 1 kayıt (commit)
-
-
Anubhav Joshi yazdı
-
- 03 Nis, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
-
- 22 Mar, 2014 1 kayıt (commit)
-
-
Ramiro Morales yazdı
Refs #9321 and follow-up to e80de93a.
-
- 21 Mar, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Per deprecation timeline; refs #9321.
-
- 14 Ock, 2014 1 kayıt (commit)
-
-
Marc Tamlyn yazdı
This (nearly) completes the work to isolate all the test modules from each other. This is now more important as importing models from another module will case PendingDeprecationWarnings if those modules are not in INSTALLED_APPS. The only remaining obvious dependencies are: - d.c.auth depends on d.c.admin (because of the is_admin flag to some views), but this is not so important and d.c.admin is in always_installed_apps - test_client_regress depends on test_client. Eventually these should become a single module, as the split serves no useful purpose.
-
- 03 Ock, 2014 1 kayıt (commit)
-
-
Florian Apolloner yazdı
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).
-
- 02 Ock, 2014 1 kayıt (commit)
-
-
Florian Apolloner yazdı
Many thanks go to David Burns (@AutomatedTester) for helping me understand css selectors and pointing me towards the correct selenium methods.
-
- 23 Ara, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 03 Kas, 2013 2 kayıt (commit)
-
-
Jason Myers yazdı
Signed-off-by:
Jason Myers <jason@jasonamyers.com>
-
coagulant yazdı
-
- 02 Kas, 2013 2 kayıt (commit)
-
-
Loic Bistuer yazdı
The timezone arithmetic done in JS can be off by one hour around DST change. We work around this issue by adding one extra hour to the test error margin when we detect a DST change is near. Refs #20663.
-
coagulant yazdı
-
- 26 Eki, 2013 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 23 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 21 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 18 Eki, 2013 2 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
Alasdair Nicol yazdı
-
- 14 Eki, 2013 1 kayıt (commit)
-
-
Larry O'Neill yazdı
-
- 11 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 10 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
-
- 14 Eyl, 2013 1 kayıt (commit)
-
-
Florian Apolloner yazdı
By settings an implicit wait timeout for the find_* methods we can wait till the javascript code add the new option to the DOM. See http://ci.djangoproject.com/job/Django/database=mysql_gis,python=python3.3/3174/testReport/junit/admin_widgets.tests/RelatedFieldWidgetSeleniumFirefoxTests/test_foreign_key_using_to_field/ Stacktrace: Traceback (most recent call last): File "/var/lib/jenkins/jobs/Django/workspace/database/mysql_gis/python/python3.3/tests/admin_widgets/tests.py", line 1060, in test_foreign_key_using_to_field self.assertEqual(username_value, new_option.get_attribute('value')) AssertionError: 'newuser' != 'testser' - newuser + testser
-
- 10 Eyl, 2013 1 kayıt (commit)
-
-
Roberto Aguilar yazdı
-
- 07 Eyl, 2013 1 kayıt (commit)
-
-
Julien Phalip yazdı
Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly considered by the admin's interface when creating related objects. Many thanks to Collin Anderson for the report and patch and to Peter Sheats for the test.
-
- 06 Eyl, 2013 1 kayıt (commit)
-
-
Rudy Mutter yazdı
The Admin widget, which can be used to filter multiple selects can sometimes be too narrow and hide information such as user permissions. This commit adds tooltips to the select options so that a user can hover over and see the hidden text.
-
- 03 Eyl, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 22 Agu, 2013 1 kayıt (commit)
-
-
Lukasz Balcerzak yazdı
-