- 03 Ock, 2014 5 kayıt (commit)
-
-
Claude Paroz yazdı
-
Florian Apolloner yazdı
-
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).
-
Anssi Kääriäinen yazdı
Changed documentation for db_type()
-
Vajrasky Kok yazdı
Thanks pydanny for the report. Also, added documentation about base_fields attribute and its difference with fields attribute.
-
- 02 Ock, 2014 12 kayıt (commit)
-
-
Florian Apolloner yazdı
This reverts commit 08c9ab5a.
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
Many thanks go to David Burns (@AutomatedTester) for helping me understand css selectors and pointing me towards the correct selenium methods.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
The app/apps dichotomy was more confusing than valuable.
-
Tim Graham yazdı
Thanks Stephen McDonald for the suggestion.
-
Alex Gaynor yazdı
Fixed minor typos in GEOS API doc page.
-
Nathan Smith yazdı
-
Claude Paroz yazdı
In get_commands, setup() might already have been called, for example when the management command is called through call_command. Moving setup() to ManagementUtility so as it is only called when the command is run from command line.
-
Alex Gaynor yazdı
Fixed typos. Changed grammar.
-
Frank Tobia yazdı
Minor typos. Some grammar changes.
-
Marc Tamlyn yazdı
Thanks to Loic for the report.
-
- 01 Ock, 2014 13 kayıt (commit)
-
-
Claude Paroz yazdı
When django.setup() (and then configure_logging) is called inside catch_warnings, logging setup is negatively affected (notably warnings.showwarning definition).
-
Aymeric Augustin yazdı
Django determines automatically which application models belong to, provided the application can be imported without importing models.
-
Aymeric Augustin yazdı
-
Alex Gaynor yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Refs #21018, #21688.
-
Aymeric Augustin yazdı
Refs #12288, #21679.
-
Preston Timmons yazdı
This was used for python 2.6 and unittest2 compatibility. It was forgotten when the code that used it was removed.
-
Preston Timmons yazdı
Added test to verify an empty label performs discovery on the current working directory.
-
Claude Paroz yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Used abstract inheritance to cut down on code repetition.
-
Matt Robenolt yazdı
Disqus regularly does 40-50k/s
-
- 31 Ara, 2013 10 kayıt (commit)
-
-
Loic Bistuer yazdı
When STATIC_ROOT wasn't set, collectstatic --clear would delete every files within the current directory and its descendants. This patch makes the following changes: Prevent collectstatic from running if STATIC_ROOT isn't set. Fixed an issue that prevented collectstatic from displaying the destination directory. Changed the warning header to notify when the command is run in dry-run mode.
-
Tim Graham yazdı
-
Claude Paroz yazdı
Thanks Aymeric Augustin for the report and the review.
-
Aymeric Augustin yazdı
Thanks Jannis and Marc for the feedback. Fixed #21717.
-
Aymeric Augustin yazdı
Fixed #21679.
-
Aymeric Augustin yazdı
Fixed #21683.
-
Aymeric Augustin yazdı
This check will miss duplicates until the check for duplicate labels is added. Refs #21679.
-
Aymeric Augustin yazdı
It doesn't account for app configs. Refs #21679.
-
Claude Paroz yazdı
Thanks Marco Badan for the report.
-
Aymeric Augustin yazdı
-