Timeline
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
10/10/2012:
- 21:05 Ticket #19109 (Tutorial note - adding-related-objects) created by
- In the section: …
- 20:52 Ticket #19108 (Tutorial Note for RDBMS Python Driver) created by
- Under the section: …
- 19:17 Ticket #11388 (Markdown "safe" feature unclear) closed by
- wontfix: markdown is deprecated
- 19:06 Changeset [1be0515f]stable/1.4.x by
- [1.4.x] Fixed #4501 - Documented how to use coverage.py with Django …
- 19:05 Ticket #4501 (Coverage support for tests) closed by
- fixed: In 7ef2781ca0ce48872e21dce2f322c9e4106d1cfd: […]
- 19:03 Changeset [7ef2781c]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 #4501 - Documented how to use coverage.py with Django tests. …
- 18:38 Changeset [f315006d]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
- Remove heteronormativity from coding style doc
- 15:27 Ticket #19107 (Can't send unicode e-mail) created by
- Hello guys, I'm on django dev and having troubles sending unicode …
- 14:53 Ticket #17714 (Markdown filter does not support multiple configuration options for ...) closed by
- wontfix: Marking as won't fix since markup has been deprecated.
- 12:57 Changeset [f7b69665]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
- Use renamed threading event API in Python 3.3 Refs #19038.
- 12:07 Ticket #19103 (Docs for swappable model option) closed by
- wontfix: At this time, the swappable machinery used for swappable user models …
- 11:23 Ticket #19106 (Add new tutorial on breaking templates into blocks) created by
- Hi, I suggest you use the - extends template - base.html - the …
- 11:01 Ticket #19105 (UserAdmin.filter_horizontal should include 'groups') created by
- With more than a very small number of groups, or if you need to put …
- 10:56 Changeset [dcdaf9a0]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 error output from runserver This has been missed in commit …
- 10:36 Ticket #19104 (Incorrect terminal command) created by
- https://docs.djangoproject.com/en/1.4/topics/install/#installing-offici …
- 09:30 Ticket #19103 (Docs for swappable model option) created by
- Used by auth user model.
- 09:26 Ticket #19102 (Deletion using subqueries doesn't work for aggregates, extra or ...) created by
- Aggregates, extra and select_related add columns to the subselect. …
- 07:23 Ticket #19101 (Non ascii chars in form cause Internal Server Error) created by
- Trying to use non ascii chars in form cause trouble with python3.2 …
- 07:02 Ticket #19100 (@cache_page argument parsing is misleading) created by
- Yesterday we moved: […] Which was working fine. To: […] …
- 04:48 Ticket #19099 (Broken link email sent on redirect by i18n_patterns) created by
- With the following settings: […] when a redirect to an i18n'd URL …
- 02:06 Ticket #17750 (User.get_profile() returns cached object when database object has changed) closed by
- wontfix: Jannis leidel has also expressed his opinion on IRC in favour of a …
- 00:50 Ticket #19098 (UnicodeDecodeError when including URLs in Windows with non-ASCII paths) created by
- Including app URLs raises UnicodeDecodeError when project path …
10/09/2012:
- 22:31 Ticket #19097 (Request and Response Page misses key info) closed by
- fixed: In c99ad64df7f8b7bdf504ef1c329610fce3c7f1b0: […]
- 22:30 Changeset [c99ad64d]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 #19097 -- documented module of origin for HttpRes/req objects
- 21:29 DevelopersForHire edited by
- (diff)
- 21:22 DevelopersForHire edited by
- (diff)
- 21:21 DevelopersForHire edited by
- (diff)
- 19:31 Changeset [041ef9ed]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 some uses of F() expression & and | Refs #16211
- 19:20 Changeset [f578ee32]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
- Mark the test for left/right lookup types as a known failure on …
- 18:30 Ticket #19097 (Request and Response Page misses key info) created by
- I use this page for quick reference to the HttpRequest and …
- 18:16 Ticket #18927 (bulk_create tests expect explicit query count even for database that ...) closed by
- fixed: In 32ac067a6ddca465cd94fc7ee35bfe54a675979b: […]
- 17:39 Changeset [32ac067a]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 #18927 -- Fixed bulk_create tests when no has_bulk_insert
- 17:31 Ticket #16211 (using negated F()-expression in update query) reopened by
- The commits above were reverts, so reopening... The current status is …
- 17:28 Ticket #16211 (using negated F()-expression in update query) closed by
- fixed: In a8b1861fc4d0a48b4879af803bba094eef145017: […]
- 17:15 Changeset [b625e827]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 F() '&' and '|' to .bitand() and .bitor() Done for consistency …
- 17:15 Changeset [a8b1861]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
- Revert "Fixed #16211 -- Added comparison and negation ops to F() …
- 17:15 Changeset [7f4dbdc]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
- Revert "Splitted expressions tests into smaller methods" This reverts …
- 17:03 Ticket #19096 (SQLInsertCompiler and DatabaseOperations.return_insert_id for non ...) closed by
- fixed: In c2150d4d2c5342488e474825c67dd3210fafc0e7: […]
- 17:00 Changeset [c2150d4]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 #19096 -- Made can_return_id_from_insert more extendable …
- 15:44 Changeset [252cd27]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 test failure after IDN domain validation fix Refs #17867. The …
- 15:06 Changeset [0a0fe8f]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 exception message from 3190abcd. Refs #18153. Thanks Preston Holmes.
- 14:56 Ticket #19096 (SQLInsertCompiler and DatabaseOperations.return_insert_id for non ...) created by
- I ran in to a problem with SQLInsertCompiler while trying to allow …
- 14:42 Ticket #18153 (Erorneous OneToOneField for instances that have pk unset) closed by
- fixed: In 3190abcd75b1fcd660353da4001885ef82cbc596: […]
- 14:42 Ticket #19095 (Dubious code in multiple_database tests) closed by
- fixed: In c9b4e9ac3a6c56f2b006b723972e77722d3ac937: […]
- 14:36 Changeset [3190abc]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 #18153 -- Reverse OneToOne lookups on unsaved instances. Thanks …
- 14:23 Changeset [c9b4e9a]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 #19095 -- invalid code in multidb tests.
- 14:04 Ticket #19095 (Dubious code in multiple_database tests) created by
-
QueryTestCase.test_o2o_cross_database_protection
contains code that … - 11:19 Ticket #19094 (FakePayload should accept unicode) created by
- As discussed …
- 09:51 Ticket #19093 (threading._Event doesn't exist in python 3.3) closed by
- duplicate: This is #19038.
- 09:18 Ticket #19093 (threading._Event doesn't exist in python 3.3) created by
- I got this error when tried to launch django using python 3.3: […]
- 08:10 Ticket #17867 (validate_email fails with IDN domains) closed by
- fixed: In 273b96ef9d3acb25d69e206555412774abab6022: […]
- 08:08 Changeset [273b96ef]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 #17867 -- Made email validation pass with IDN domains Thanks …
- 08:08 Changeset [8cb9968]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 some email validation tests to validators tests
- 08:08 Changeset [a8f888f]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
- Improved assertion error messages in validators tests
- 08:05 Ticket #19092 (formats.py for Lithuanian language) created by
- Current formats.py for Lithuanian (lt) doesn't adhere to official …
- 04:59 Ticket #18758 (non-DRY e-mail regex) closed by
- fixed
- 04:18 Ticket #19091 (NoReverseMatch template errors are difficult to debug) created by
- I've been using django for ages and I'd never really used {% url %} …
- 02:16 Ticket #19089 (Incorrect reverse one-to-one lookup on unsaved objects) closed by
- duplicate: This is duplicate of #18153 (thanks Ramiro).
Note: See TracTimeline
for information about the timeline view.