- 06 Haz, 2012 7 kayıt (commit)
-
-
Claude Paroz yazdı
-
Jacob Kaplan-Moss yazdı
-
Claude Paroz yazdı
Thanks Eli Collins for the report and the patch.
-
Claude Paroz yazdı
Applied the rule that string encoding should happen as late as possible. This is also a preparation for Python 3 compatibility.
-
Claude Paroz yazdı
Thanks Will Hardy for the report and the patch.
-
Aymeric Augustin yazdı
This is a good practice for accessibility. Thanks Jessica McKellar for the report.
-
Claude Paroz yazdı
When constructing a polygon with Polygon.from_bbox, do not convert parameters to strings at this stage (str defaults to 12 significant digits). Thanks tdihp@hotmail.com for the report and David Eklung for the patch.
-
- 05 Haz, 2012 4 kayıt (commit)
-
-
Honza Kral yazdı
Thanks msiedlarek, jpaugh64 and vlinhart!
-
Honza Král yazdı
Django Admin's input for BigIntegerField should be larger, Fixes #17804
-
-
martin.bohacek yazdı
-
- 04 Haz, 2012 6 kayıt (commit)
-
-
Luke Plant yazdı
Both false positives and false negatives of HttpRequest.is_secure can be dangerous.
-
Luke Plant yazdı
-
Adrian Holovaty yazdı
Docs: "Form in a view" example doesn't use RequestContext
-
Claude Paroz yazdı
-
Julien Phalip yazdı
-
Julien Phalip yazdı
Fixed #17138 -- Removed the 'summary' attribute from the admin index tables to be html5-valid.
-
- 03 Haz, 2012 4 kayıt (commit)
-
-
Honza Kral yazdı
In previous version it used /django/forms/ which was fragile - for some users .pyc files were not generated and this tests failed.
-
Honza Kral yazdı
-
Honza Kral yazdı
-
Samuel Sutch yazdı
In the discussion here: https://code.djangoproject.com/ticket/17138 it was decided that using the caption for this previously non-visible part of the table element was not semantic, so in this patch is moves that summary to the `title` attribute of the `a` tag which when overed over, on most browsers, will show the text.
-
- 02 Haz, 2012 7 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
self.settings_override from test subclasses were overwriting parent attribute.
-
Claude Paroz yazdı
When using the template system in standalone mode and if the url template tag is used, ROOT_URLCONF has to be defined. Thanks techtonik for the report.
-
Ramiro Morales yazdı
-
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 9 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.
-
Daniel Roseman yazdı
-
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 1 kayıt (commit)
-
-
Claude Paroz yazdı
-