Timeline
10/14/2012:
- 19:02 Ticket #18337 (django.forms.BoundField should be injectable within django.forms.Form) closed by
- wontfix: You forgot something ;)
- 18:56 Ticket #6648 (random seed identical among preforked FastCGI instances) closed by
- worksforme: nginx + flup from pypi (both 1.0.2 and 1.0.3.dev-20110405) seem to …
- 16:56 Ticket #5373 (Field label for a ForeignKey not translated) closed by
- wontfix: FWIW, to make it a little more DRY in case when the attribute and the …
- 16:03 Changeset [a451d2b]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Replaced mentions of Subversion by Git in docs
- 07:25 DevelopersForHire edited by
- Removed some words in case they were spammy (diff)
- 07:23 DevelopersForHire edited by
- Had a grammatical error (diff)
- 01:29 Ticket #19126 (Allow runserver to bypass model validation) created by
- I recently encountered a frustrating little issue in one of my apps. …
10/13/2012:
- 19:52 Ticket #10936 (Detailed instructions for getting Django and MySQL and MySQLdb working ...) reopened by
- I do not agree that using SQLite for development is a good idea, in …
- 15:05 Ticket #16315 (FileSystemStorage.listdir returns names with unicode normalization ...) reopened by
- I'm getting some test failures for the django staticfiles tests on my …
- 14:01 Changeset [e6f45aa6]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added release note about removed div around csrf token Refs #18484. …
- 13:25 Ticket #19109 (Tutorial note - adding-related-objects) closed by
- worksforme
- 12:51 Changeset [cc04786]stable/1.4.x by
- [1.4.x] Fixed #18881 -- Made the context option in {% trans %} and {% …
- 09:42 Ticket #15811 (Lazy doesn't take into account methods defined in parents) closed by
- fixed: It's not at all obvious to me that this new patch does the same as the …
- 09:32 Ticket #16479 (Forms generated from formsets use ErrorList instead of supplied error_class) closed by
- fixed: In 7a44dc555a3c9bfd1691ebb346b91f25d2f94c7d: […]
- 09:28 Changeset [7a44dc55]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16479 - Forms generated from formsets use ErrorList instead of …
- 09:09 Ticket #19125 (django-admin.py startproject attemps a relative import) created by
- By mistake, I passed a path instead of a name: […] The error …
- 09:04 Ticket #19105 (UserAdmin.filter_horizontal should include 'groups') closed by
- fixed: Fixed in cc83a4af0c51627bcdd566e4c01dcabcae51212c
- 08:58 Changeset [cc83a4af]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added 'groups' to UserAdmin.filter_horizontal Is there some reason …
- 04:41 Ticket #17136 (Localflavor inconsistencies) closed by
- wontfix: I think this ticket does not contain any concrete proposal. Closing …
- 04:35 Ticket #18484 (csrfmiddlewaretoken enclosed in redundant invisible div) closed by
- fixed: In fa2e28ccc45d383ad9b1398565a9d106a80fd1db: […]
- 04:30 Changeset [fa2e28cc]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18484 -- Removed the div around the csrf token input
- 04:17 Changeset [22742e4a]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added ref to format localization in Date[Time]Field docs Thanks …
- 04:05 Changeset [4cdc416]stable/1.4.x by
- [1.4.x] Fixed #19119 -- Corrected default date input formats in docs …
- 04:05 Ticket #19119 (Typo in a documentation example) closed by
- fixed: In 10dc4797eadc1868c794c746953036c87ed0ea73: […]
- 04:02 Changeset [10dc479]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19119 -- Corrected default date input formats in docs Thanks …
- 03:37 Ticket #19124 (request.POST contains the raw_post_body as its first key) closed by
- duplicate: ++++1, but duplicate of #5611
- 00:36 Ticket #19067 (createsuperuser fails when custom user model has no username) closed by
- fixed: In b3b3db3d954a5226f870a0b4403343c78efae8dc: […]
- 00:36 Changeset [b3b3db3]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19067 -- Clarified handling of username in createsuperuser. …
10/12/2012:
- 22:45 Tickets #19077,19079 batch updated by
- fixed: In c433fcb3fb34fccd69782979f0e7cd5f2d4a4893: […]
- 22:44 Changeset [c433fcb]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and …
- 20:24 Ticket #19124 (request.POST contains the raw_post_body as its first key) created by
- If I define a view like this: […] And request it like this: …
- 19:03 Ticket #19062 (reST Markup not supported for docstrings on the model detail.) closed by
- duplicate: Marking as duplicate of mentioned ticket.
- 18:57 Ticket #18783 (model's verbose name internationalization) closed by
- duplicate: Duplicate of #11688.
- 18:50 Ticket #18826 (A bit changed JavaScript for CSRF with async JS) closed by
- worksforme: The "Coding style" section in the docs is certainly missing a …
- 18:46 Changeset [d2891d1]stable/1.4.x by
- [1.4.x] Fixed #18996 - Clarified overriden model methods not called on …
- 18:45 Ticket #18996 (better document overridden model save not called on bulk update.) closed by
- fixed: In 443999a1eeea70e4deebcf31f8f845696be62c3d: […]
- 18:45 Changeset [5fb22329]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #422 from elvard/18996 Fixed #18996 - Clarified …
- 18:33 LittleEasyImprovements edited by
- removed complete items (diff)
- 18:31 Ticket #19068 (comments in a multiple database context) closed by
- duplicate: solve #15610 / #16039 and this is solved comments is just a specific …
- 18:28 Ticket #19110 (Tutorial Part 3 suggestion) closed by
- wontfix: Thanks for the suggestion. There's actually an open ticket (#18715) …
- 18:26 Ticket #15919 (Test failure on specific label) closed by
-
worksforme: @aigarius, considering that
build_test()
method did not change … - 18:17 Changeset [e2dea54]stable/1.4.x by
- [1.4.X] Fixed #18256 - Added a potential pitfall when upgrading to …
- 18:17 Ticket #18256 (MySQL error (1005, "Can't create table '\\db_name\\.#sql-4a8_98' ...) closed by
- fixed: In c870cb48cd0ec4b5dfdc5df95e6f0b5f5f8a738b: […]
- 18:17 Changeset [c870cb48]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18256 - Added a potential pitfall when upgrading to MySQL 5.5.5
- 18:00 Ticket #19122 (Allow .warning and .error classes on more attributes in base.py) closed by
- needsinfo: I'm not sure what is actually requested here. Django's Admin can …
- 17:45 Ticket #19116 (documentation models skips some methods) closed by
- invalid: From my understanding the intended audience for docs generated by …
- 17:00 Changeset [f8c3acc8]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated localflavor docs to note the new packages
- 16:56 Ticket #19108 (Tutorial Note for RDBMS Python Driver) closed by
- wontfix: Thanks for the suggestion, but I think this is beyond the scope of the …
- 16:21 Changeset [ffbc599f]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed country-specific localflavor tests. They now live in separate …
- 16:18 Changeset [24c7d82]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Moved de_CH/formats.py in its correct location Refs #16188.
- 16:03 Ticket #19123 (djangobook.com chapter links dead) closed by
- invalid: The Django book isn't an official resource of the Django project, it's …
- 15:50 Ticket #19123 (djangobook.com chapter links dead) created by
- http://www.djangobook.com/en/2.0/chapter07.html At the bottom of that …
- 13:27 Ticket #19122 (Allow .warning and .error classes on more attributes in base.py) created by
- In …
- 12:23 Ticket #19121 (staticfiles app should have a setting variable for ignore patterns) closed by
- wontfix: This should be handled through a number of other approaches (shell …
- 11:40 Ticket #19121 (staticfiles app should have a setting variable for ignore patterns) created by
- Right now it's possible to specify ignore path patters when calling …
- 10:23 Ticket #19028 (Support GeoJSON output with SpatiaLite backend) closed by
- fixed: In 95f7ea3af1854f575a47218a08d1a8d5357f8d9b: […]
- 10:23 Changeset [95f7ea3]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19028 -- Support GeoJSON output with SpatiaLite 3.0+
- 10:18 Ticket #19120 (better document common behavior of readonly_fields and list_display) created by
- I was stunned to find that I could use a model's method as a …
- 05:41 Ticket #19119 (Typo in a documentation example) created by
- At [https://docs.djangoproject.com/en/dev/ref/forms/fields/#datefield …
- 04:42 Ticket #19118 (query_string should by decoded to utf-8) closed by
- duplicate
- 04:19 Ticket #19118 (query_string should by decoded to utf-8) created by
-
A query string at line 390 in
django/http/__init__.py
should be … - 03:20 Ticket #19117 (Database and memcached connections break after fork.) created by
- If you have a management command that does CPU-heavy tasks, or when …
- 02:28 Ticket #19116 (documentation models skips some methods) created by
- Admin docs are brilliant and the documentation at …
10/11/2012:
- 20:29 Ticket #19115 (dumpdata should take option to output to named file) created by
- If the dumpdata management command could output to a named file, it …
- 19:02 Changeset [8139a799]stable/1.4.x by
- [1.4.X] Fixed #10936 - Noted that using SQLite for development is a …
- 19:02 Ticket #10936 (Detailed instructions for getting Django and MySQL and MySQLdb working ...) closed by
- fixed: In 470deb5cbb765e2e731c5b0b184247c7f87482aa: […]
- 19:01 Changeset [470deb5c]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10936 - Noted that using SQLite for development is a good idea
- 18:58 Ticket #19104 (Incorrect terminal command) closed by
- invalid: While I'm not a windows user, I'm 99% sure this has to do with …
- 18:19 Changeset [6b56aeec]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #428 from donspaulding/patch-1 Removed extra …
- 18:03 Ticket #19114 (admin LogEntry __unicode__() returns a proxy in some cases) created by
-
the admin
LogEntry
function__unicode__()
returns a proxy object … - 17:05 Changeset [a1d21c08]stable/1.4.x by
- [1.4.X] Fixed #16588 - Warned about field names that conflict with the …
- 17:05 Ticket #16588 (Field called 'clean' causes cryptic error) closed by
- fixed: In dd0cbc6bdccfc51329427b8a6023f6e866d48cba: […]
- 17:05 Changeset [dd0cbc6b]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16588 - Warned about field names that conflict with the model API
- 16:49 Changeset [cf17d5e2]stable/1.4.x by
- [1.4.X] Fixed #14165 - Documented that TransactionMiddleware only …
- 16:48 Ticket #14165 (Transaction management is only entered for the primary database) closed by
- fixed: In 2d1214d92ae67acaf2246c3dc2ea37cdf7e1c2a5: […]
- 16:47 Changeset [2d1214d9]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14165 - Documented that TransactionMiddleware only applies to …
- 16:38 Ticket #11756 (Emulating built-in field types) closed by
- needsinfo: I am not sure how to reproduce this. I tried implementing db_type but …
- 16:10 Changeset [b5f224e8]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed tests introduced for #15915 The tests didn't clean up properly. …
- 14:43 Ticket #19107 (Can't send unicode e-mail) closed by
- fixed: In 501d793398c3ecc3c8a54475d07609cf34643553: […]
- 14:40 Changeset [501d793]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19107 -- Workarounded message-encoding bug on Python < 2.6.6 …
- 13:40 Changeset [0614e99]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- More URL reversion docs typo fixes.
- 13:23 Ticket #19113 (usermanager in new user auth produces error) closed by
- invalid
- 13:00 Ticket #19113 (usermanager in new user auth produces error) created by
- def create_superuser(self, username, date_of_birth, password): …
- 12:52 Ticket #19112 (regressiontests.queries.tests.ConditionalTests.test_ticket14244 breaks ...) created by
-
supports_1000_query_parameters
is a feature that was added (#14244) … - 11:28 Ticket #19111 (CachedFilesMixin Shouldn't Fail on Missing Files) created by
-
I appreciate the reasoning for the
ValueError
inhashed_name()
, … - 10:07 Ticket #19100 (@cache_page argument parsing is misleading) closed by
-
invalid: I cannot reproduce this.
@cache_page(max_age=60*30)
throws an …
- 07:16 Ticket #19110 (Tutorial Part 3 suggestion) created by
- In the Tutorial, part 3 when describing the url patterns and conf …
- 05:15 Changeset [0921b74]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #437 from dmedvinsky/bug/docs-typo-reversing Fixed …
- 05:14 Changeset [3ac70a59]stable/1.4.x by
- [1.4.X] Fixed #16817 - Added a guide of code coverage to contributing …
- 05:13 Ticket #16817 (Add a guide on code coverage to contributing docs) closed by
- fixed: In 06f5da3d7813e9a23b1e98ecf8b75fc6073800e9: […]
- 05:11 Changeset [06f5da3]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16817 - Added a guide of code coverage to contributing docs. …
- 03:38 Changeset [b498ce82]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix typo in URLs reversing docs
Note: See TracTimeline
for information about the timeline view.