- 31 Eki, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 16 Eyl, 2015 1 kayıt (commit)
-
-
Gavin Wahl yazdı
-
- 12 Eyl, 2015 1 kayıt (commit)
-
-
Dražen Odobašić yazdı
-
- 28 Agu, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 31 Tem, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 30 Tem, 2015 1 kayıt (commit)
-
-
elky yazdı
-
- 27 Tem, 2015 1 kayıt (commit)
-
-
Flavio Curella yazdı
-
- 22 Haz, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 08 Haz, 2015 1 kayıt (commit)
-
-
Marten Kenbeek yazdı
Made URL application namespaces be set in the included URLconf and instance namespaces in the call to include(). Deprecated other ways to set application and instance namespaces.
-
- 20 May, 2015 1 kayıt (commit)
-
-
Simon Charette yazdı
-
- 30 Mar, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Aymeric Augustin and Florian Apolloner for work on the patch.
-
- 25 Mar, 2015 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
Field.rel is now deprecated. Rel objects have now also remote_field attribute. This means that self == self.remote_field.remote_field. In addition, made the Rel objects a bit more like Field objects. Still, marked ManyToManyFields as null=True.
-
- 05 Mar, 2015 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
- 04 Mar, 2015 1 kayıt (commit)
-
-
Josh Smeaton yazdı
-
- 11 Şub, 2015 1 kayıt (commit)
-
-
Collin Anderson yazdı
-
- 08 Şub, 2015 1 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #15779. This will allow easier admin URL changes, when needed. Thanks Simon Charette for the review.
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 04 Şub, 2015 1 kayıt (commit)
-
-
Riccardo Magliocchetti yazdı
Based on patch by Adam J Forster, Paul Collins, and Julien.
-
- 03 Şub, 2015 1 kayıt (commit)
-
-
darkryder yazdı
-
- 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).
-