- 02 Haz, 2012 1 kayıt (commit)
-
-
Ramiro Morales yazdı
Implemented this by adding a stealth table_name_filter option for the command.
-
- 01 Haz, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 31 May, 2012 8 kayıt (commit)
-
-
Julien Phalip yazdı
Fixed #18409 -- Made RegexField work with unicode characters.
-
Julien Phalip yazdı
-
Jens Page yazdı
Resolves Flatpages test issues by: - Creating an example_site fixture - Overriding project SITE_ID setting to 1 - Normalizing the use of the hardcoded (1) site_id to settings.SITE_ID
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
When generating error message in to_python, any unicode string containing non-ascii characters triggered a UnicodeEncodeError for most field types.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
gzip.GzipFile does not support files with mode set to None.
-
- 30 May, 2012 1 kayıt (commit)
-
-
Julien Phalip yazdı
Fixed #18393 -- Prevented blocktrans to crash when a variable name is badly formatted.
-
- 28 May, 2012 4 kayıt (commit)
-
-
Claude Paroz yazdı
-
Julien Phalip yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
- 27 May, 2012 5 kayıt (commit)
-
-
Claude Paroz yazdı
Now that call_command does not raise SystemExit any more, we can use call_command again for testing compilemessages.
-
Claude Paroz yazdı
Raising CommandError whenever a management command meets an error condition is the standard way to handle errors in commands.
-
Claude Paroz yazdı
Moved sys.exit(1) so as failing management commands reach it only when running from command line.
-
Michael Newman yazdı
On MySQL when checking the server version, a new connection could be created but never closed. This could result in open connections on server startup.
-
Anssi Kääriäinen yazdı
Generic cleanup and dead code removal in deferred model field loading and model.__reduce__(). Also fixed an issue where if an inherited model with a parent field chain parent_ptr_id -> id would be deferred loaded, then accessing the id field caused caused a database query, even if the id field's value is already loaded in the parent_ptr_id field.
-
- 26 May, 2012 4 kayıt (commit)
-
-
Claude Paroz yazdı
test_abort_loaddata_on_error was exactly the same test as test_empty (error is tested in test_error_message).
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
This should prevent storing all rows in memory when big sets of data are dumped. See ticket for heroic contributors.
-
- 25 May, 2012 6 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks rmattb for the report and the patch.
-
Claude Paroz yazdı
It is now possible to set WMS options by overriding wms_options in a subclass of GeoModelAdmin. Thanks slinkp for the report and the initial patch.
-
Claude Paroz yazdı
Thanks Vinaj Sajip for the help of his django3 branch.
-
Aymeric Augustin yazdı
The OPTIONS, PUT and DELETE methods no longer apply arbitrary data encoding (in the query string or in the request body).
-
Anssi Kääriäinen yazdı
-
- 24 May, 2012 7 kayıt (commit)
-
-
Claude Paroz yazdı
-
Anssi Kääriäinen yazdı
When order_by causes new joins to be added to the query, the joins must be LEFT OUTER joins for nullable relations, otherwise the order_by could cause the results to be altered. This commit fixes the logic to only promote new joins, previously all joins in the order_by lookup path were promoted. Thanks to Bruno Desthuilliers for spotting this corner case.
-
Claude Paroz yazdı
Test suite is passing, but if any regression would be detected, we might replace smart_str by force_unicode.
-
Aymeric Augustin yazdı
This was recently fixed for one-to-one relations; this patch adds support for foreign keys. Thanks kaiser.yann for the report and the initial version of the patch.
-
Aymeric Augustin yazdı
-
Claude Paroz yazdı
Thanks geoffhing@gmail.com for the report.
-
Claude Paroz yazdı
In particular, make tests independent of each other.
-
- 23 May, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
In Python 3, types.NoneType is no more available.
-
- 22 May, 2012 2 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
Added a new feature to allow 3rd party backends to skip tests which test sequence resetting. Thanks to manfre for report and patch.
-
Anssi Kääriäinen yazdı
Thanks to manfre for report and patch.
-