Timeline
12/13/2012:
- 23:15 Ticket #19471 (base_site.html should actually be base.html at the end of tutorial 2) closed by
-
worksforme: The reference to
base_site.html
is correct, that is the name of the … - 22:45 Ticket #18651 (Assignment tags should allow optional assignments) reopened by
- I've implemented this and published it on github. I went with the …
- 22:29 Ticket #19471 (base_site.html should actually be base.html at the end of tutorial 2) created by
- In the documentation for tutorial 2 1.4, …
- 19:59 Ticket #19467 (Admin inlines doesn't properly call model.clean()) closed by
- needsinfo: Fixed formatting, please use WikiFormatting and preview before …
- 15:33 Ticket #19465 (Virtual Base Classes Not Implemented) closed by
- duplicate: This appears to be a more straightforward version of #15279 as that …
- 12:03 Ticket #19470 (Width Ratio - slightly more clear example?) created by
- Very minor nitpick: …
- 11:09 Ticket #19469 (Remove opts.get_ordered_objs()) created by
- The django.db.models.options.Options.get_ordered_objs() doesn't do …
- 08:57 Ticket #19468 (django doesn't encode request.path correctly in python3) created by
- when I visit urls which contain non ascii charecters (like persian or …
- 08:03 Ticket #19467 (Admin inlines doesn't properly call model.clean()) created by
- Seems that model forms or admin dones't clean correctly inline forms. …
- 07:20 Changeset [55a2d5b5]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removes PHP references
- 07:02 Changeset [7eba5fb]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a couple of stale tests caused by patch for #19462 Commit was …
- 06:30 Ticket #19462 (Make assertQSEqual error out if no ordering defined) closed by
- fixed: In 088d3bc2f84b6b68fee7e5de053b58049bd110e7: […]
- 05:43 Ticket #19466 (tiny typo in docs page 1.4/howto/initial-data) created by
- Typo on this page: …
- 05:33 Changeset [088d3bc]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering If …
- 03:46 Ticket #19465 (Virtual Base Classes Not Implemented) created by
- This model involving the standard "diamond" multiple inheritance …
- 03:37 Ticket #19401 ('swapped' checking does not account for case insensitivity) reopened by
- Sorry sorry sorry. I understand that this appears to be a trivial …
- 01:56 Ticket #15808 (CSRF token cookie does not utilize the "Secure" or "HttpOnly" flag) reopened by
- The ticket that this is a duplicate of was closed as "fixed" but it …
- 00:57 Ticket #19464 (The markup for ClearableFileInput's link should be a widget template string) created by
-
ClearableFileInput
already makes great use of class attribute to let …
12/12/2012:
- 15:05 Changeset [c20c3a20]stable/1.5.x by
- [1.5.x] Fixed #19432 -- Provided better error message for …
- 15:05 Ticket #19432 (Using get_object_or_404 on a class that isn't a Django model could ...) closed by
- fixed: In 6ed6a18a033ba78de9418f5b56b80f8b3d3aaf11: […]
- 15:05 Changeset [6ed6a18a]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19432 -- Provided better error message for get_object_or_404 …
- 08:22 Ticket #19463 (Add UUID Field to core) created by
- […] Related: #4682 was closed five years ago. I (Thomas Güttler) …
- 02:56 Ticket #19462 (Make assertQSEqual error out if no ordering defined) created by
- An unordered queryset isn't guaranteed to return the values in any …
12/11/2012:
- 19:37 Ticket #18204 (manage.py shell w/ IPython embed does not work well) closed by
- duplicate: Closing this as a duplicate of the now revived #17078
- 19:00 Ticket #16982 (Child processes are kept alive when parent dies (with autoreload on)) closed by
- duplicate: Although #19137 is newer, I'm going to close this one as duplicate …
- 18:01 Ticket #19460 (“Unknown password hashing algorithm” when logging in with custom model ...) closed by
- invalid: No, this isn't a bug. Your admin class is doing exactly what you've …
- 17:45 Changeset [8a1b4dbd]stable/1.5.x by
- [1.5.X] Fixed #19461 - Linked to psycopg in topics/install.txt Thanks …
- 17:44 Ticket #19461 (docs should link to postgresql_psycopg2) closed by
- fixed: In 6cad5f212a203d694405e8122e7902ff6bee4185: […]
- 17:43 Changeset [6cad5f2]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19461 - Linked to psycopg in topics/install.txt Thanks Chris …
- 15:35 Changeset [d92d9cf]stable/1.5.x by
- [1.5.X] Fixed #19377 - Emphasized database host link in tutorial …
- 15:35 Ticket #19377 (Editing settings.py host and port on windows) closed by
- fixed: In 0eed8ece320a8a0334c78abc43c82fdb9f1f9827: […]
- 15:34 Changeset [0eed8ece]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19377 - Emphasized database host link in tutorial
- 13:06 Ticket #19461 (docs should link to postgresql_psycopg2) created by
- This section of the docs: …
- 12:51 Ticket #19459 (Reverse relationship on a new object returns related items.) closed by
- duplicate: Sounds like #15146
- 11:01 Ticket #19460 (“Unknown password hashing algorithm” when logging in with custom model ...) created by
- I created a custom user model by inheriting from …
- 09:49 Ticket #19459 (Reverse relationship on a new object returns related items.) created by
- I have a UserProfile with a nullable, optional ForeignKey on …
- 09:26 Changeset [deb205b]stable/1.5.x by
- [1.5.X] Fixed an order dependant test failure. Backport of …
- 09:25 Changeset [7e97f4f5]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed an order dependant test failure.
- 07:04 Ticket #19458 (New version (security update) not found in pypi) closed by
- worksforme: Replying to saippuakauppias: > 1. Not find 1.3.5 …
- 01:38 Ticket #19458 (New version (security update) not found in pypi) created by
- 1. Not find 1.3.5 version in pypi […] 2. Not exists git tags in …
12/10/2012:
- 20:34 ForumAppsComparison edited by
- updating link to "forum in use" for django-forumbr (diff)
- 18:22 Ticket #19457 (ImageField size detection fails for some files even when PIL could succeed) created by
- Some PNG files can't have their size detected by django because the …
- 16:37 Changeset [6e70f674]stable/1.3.x by
- [1.3.X] Fixed a test failure in the comment tests. Backport of …
- 16:37 Changeset [f2530dc]stable/1.4.x by
- [1.4.X] Fixed a test failure in the comment tests. Backport of …
- 16:36 Changeset [919fbe0]stable/1.5.x by
- [1.5.X] Fixed a test failure in the comment tests. Backport of …
- 16:34 Changeset [1eb0da1c]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a test failure in the comment tests.
- 15:49 Changeset [82d47865]stable/1.5.x1.5b2 by
- [1.5.x] Bump version numbers for security release.
- 15:45 Changeset [1f0af3c5]stable/1.4.x1.4.3 by
- [1.4.x] Bump version numbers for security release.
- 15:38 Changeset [59a3e264]stable/1.3.x1.3.5 by
- [1.3.x] Bump version numbers for security release.
- 15:31 Ticket #18856 (avoid set_language redirect to different host) closed by
- fixed: In 1515eb46daa0897ba5ad5f0a2db8969255f1b343: […]
- 15:14 Changeset [319627c]stable/1.4.x by
- [1.4.X] Fixed a security issue in get_host. Full disclosure and new …
- 15:14 Changeset [b2ae0a6]stable/1.4.x by
- [1.4.X] Fixed #18856 -- Ensured that redirects can't be poisoned by …
- 15:13 Changeset [77b06e41]stable/1.5.x by
- [1.5.X] Fixed a security issue in get_host. Full disclosure and new …
- 15:13 Changeset [fce1fa0f]stable/1.5.x by
- [1.5.X] Fixed #18856 -- Ensured that redirects can't be poisoned by …
- 15:11 Changeset [2756092]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a security issue in get_host. Full disclosure and new release …
- 15:11 Changeset [a2f2a39]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18856 -- Ensured that redirects can't be poisoned by malicious …
- 12:52 Ticket #19456 (SimpleLazyObject raises RuntimeError if __class__ accessed while ...) created by
- I found the issue while trying to profile a django application with …
- 10:50 Changeset [984cf84]stable/1.5.x by
- [1.5.x] Amended an SQL test fixture to not include an id value Some …
- 10:49 Changeset [0cdfa76e]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Amended an SQL test fixture to not include an id value Some backends …
- 09:30 Ticket #19455 (/home/my/Programm deleted from python-virtualenv!) closed by
- invalid: Please see TicketClosingReasons/UseSupportChannels.
- 09:25 Ticket #19455 (/home/my/Programm deleted from python-virtualenv!) created by
- I wanted to install django on a share host. So I set up an …
- 09:16 Ticket #19454 (Wrong date in the fields DateTimeField with auto_now_add) closed by
- duplicate: This is already tracked by #16745.
- 08:06 Ticket #19454 (Wrong date in the fields DateTimeField with auto_now_add) created by
- Example: […] Let's create an object: […] Conclusion: …
- 07:38 NewbieMistakes edited by
- (diff)
- 04:03 Ticket #19453 (Sensitive variables decorator does not hide sensitive variables) created by
- When an exception is raised and nicely formatted email is sent, …
Note: See TracTimeline
for information about the timeline view.