Timeline
12/12/2013:
- 20:25 Ticket #21602 (FileSystemStorage._save() Should Save to a Temporary Filename and ...) created by
- When using FileSystemStorage based backend with say, staticfiles, …
- 14:37 Ticket #21601 (Broken encoding in German translation) created by
- Forwarded from Debian: …
- 14:15 Changeset [1c18c7f]stable/1.6.x by
- [1.6.x] Post release version bump.
- 14:08 Changeset [e01ade6]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Copied 1.6.1 release notes from stable/1.6.x branch.
- 14:06 Changeset [194c5ab0]stable/1.6.x by
- [1.6.x] Added 1.6.1 release date.
- 13:48 Changeset [073eed95]stable/1.6.x1.6.1 by
- Bumped version number for 1.6.1.
- 10:10 Ticket #21578 (manage.py dumpdata --format=yaml produces naive datetimes in fixtures) closed by
- duplicate: (forgot to close the ticket)
- 10:01 Ticket #21600 (Template forloop/forloop.parentloop '.last' property failing) closed by
- invalid: Hi, I think the code is working here but your conditional is wrong: …
- 09:56 Ticket #21599 (Add a shortcut to edit HTML attribute on (model) forms) closed by
- duplicate: Adding these attributes was a contentious issue and we're not going to …
- 09:36 Ticket #21600 (Template forloop/forloop.parentloop '.last' property failing) created by
- {% for questions in section %} {% for question in questions %} …
- 09:19 Ticket #21599 (Add a shortcut to edit HTML attribute on (model) forms) created by
- We can already do : […] Can we have something similar to add …
- 09:09 Ticket #21574 (Different behaviour in Python 2 and 3 when normalizing newlines with ...) closed by
- fixed: In 2c837233f5de7d5e309833e39782c7a208a03880: […]
- 09:09 Changeset [2c837233]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21574 -- Handle bytes consistently in …
- 09:08 Changeset [b9c7234e]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed PEP257 violations (single-quoted docstrings) in utils.text.
- 08:48 Changeset [cddb1e95]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Moving notes for assertNumQueries next to the other changes to test …
- 08:38 Changeset [7d44b5d]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Improved translation maintenance script Do not fetch 'en' catalogs, …
- 07:57 Ticket #21591 (get_messages is not covered in the documentation) closed by
- fixed: In 24fcca6bddca3db33ac73c29ad9167ac279e4d94: […]
- 07:56 Changeset [24fcca6b]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21591 -- Added documentation about …
- 07:33 Ticket #21473 (Cookie based language detection no longer practical) closed by
- fixed: In 9922ed46e2e81845006792310f3f1a3bf0d7b2a6: […]
- 03:42 Ticket #21598 (Cleanup template loader overrides in tests) created by
-
A lot of tests in
template_tests
repeat atry
finally
block for … - 03:31 Ticket #21597 ((2006, 'MySQL server has gone away') in django1.6 when wait_timeout passed) created by
- EDIT -- THE SOLUTION TO THIS PROBLEM IS EXPLAINED IN …
- 03:24 Changeset [9922ed46]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21473 -- Limited language preservation to logout Current …
- 02:09 Ticket #2284 ([patch] Extra /sql files with whitespace break syncdb) closed by
- duplicate: In any case, custom sql loading is handled in #3214.
12/11/2013:
- 21:27 Ticket #19659 (Foreign keys not generated properly on SQLite) closed by
- duplicate: It is.
- 20:31 Ticket #21596 (Add method to formset to add a form) created by
- It is very complicated to add a form to a formset with the formset …
- 16:16 Changeset [9c5f59f4]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Brought comments in sync with the code in BaseAppCache.
- 14:24 Ticket #21462 (Making assertNumQueries print the list of queries executed on failure) closed by
- fixed: In 5cd6477fd6ea31eeb4d281e8e431b7a5fb8038a1: […]
- 14:24 Changeset [5cd6477f]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #21462 -- Made
assertNumQueries
print executed queries on failure. - 13:49 Changeset [474e7dd6]stable/1.4.x by
- [1.4.x] Fixed #21594 -- Added note about model formsets deleting …
- 13:43 Changeset [a53820b]stable/1.5.x by
- [1.5.x] Fixed #21594 -- Added note about model formsets deleting …
- 13:43 Ticket #21595 (Automatically call as_view() when urlpatterns encounter a CBV.) created by
-
Calling
as_view()
for each CBV is not DRY and adds a fair amount of … - 13:40 Ticket #21594 (Add note to docs about model formsets deleting objects on save with ...) closed by
- fixed: In de1d5d5df5238136e8cd114e36065857bee1ace4: […]
- 13:39 Changeset [de1d5d5]stable/1.6.x by
- [1.6.x] Fixed #21594 -- Added note about model formsets deleting …
- 12:15 Ticket #21593 (Can't restrict formfield_for_manytomany queryset if the m2m field is ...) closed by
- duplicate: This is a duplicate of #21405. The fix was …
- 11:50 Ticket #21563 (calling hasattr(model_instance, fieldname) raises DoesNotExist when False) closed by
- fixed: In 75924cfa6dca95aa1f02e38802df285271dc7c14: […]
- 11:49 Changeset [75924cfa]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21563 -- Single related object descriptors should work with …
- 11:40 Ticket #21594 (Add note to docs about model formsets deleting objects on save with ...) created by
-
Some users may interpret
commit=False
to mean that no changes are … - 11:38 Ticket #21593 (Can't restrict formfield_for_manytomany queryset if the m2m field is ...) created by
- This is an example showing the odd behaviour: […] The Users field …
- 11:34 Changeset [7a2910d]stable/1.6.x by
- [1.6.x] Additions and edits to the 1.6.1 release notes.
- 09:37 Changeset [ebf55d32]stable/1.6.x by
- [1.6.x] Added release note for #21443
- 09:13 Changeset [b953b27]stable/1.6.x by
- [1.6.x] Added release note for #21358
- 09:06 Changeset [3f9d00e5]stable/1.6.x by
- [1.6.x] Added release note for #21473
- 08:51 Ticket #21473 (Cookie based language detection no longer practical) closed by
- fixed: In c558a43fd6bbcea9972b66965f7e8619bc247df1: […]
- 08:49 Changeset [c558a43]stable/1.6.x by
- [1.6.x] Fixed #21473 -- Limited language preservation to logout …
- 08:32 Changeset [d32637d8]stable/1.6.x by
- [1.6.x] Fixed #21510 -- Readded search reset link in changelist search …
- 08:31 Ticket #21510 (Admin change list search field is missing the "show all" link) closed by
- fixed: In c7c647419cb857fe53cf1368c10223c6e042c216: […]
- 08:30 Changeset [c7c6474]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21510 -- Readded search reset link in changelist search bar …
- 08:19 Changeset [5db028a]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix altering of SERIAL columns and InnoDB being picky about FK changes
- 07:23 Changeset [cee4fe73]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Better default name for migrations we can't give nice names to
- 07:16 Changeset [248fdb11]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Change FKs when what they point to changes
- 07:12 Changeset [f3582a0]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix sqlmigrate's output for parameters
12/10/2013:
- 18:25 Ticket #21592 (formset.ordered_forms should try to return ordered forms if is_valid() ...) created by
- I am not sure if this should be a bug report or a feature request. I …
- 16:27 Ticket #21591 (get_messages is not covered in the documentation) created by
- Currently theres a get_messages method in the django messages …
- 14:33 Ticket #21589 (syncdb fails aparently in the createsuperuser stage) closed by
- invalid: This seems like it's probably an issue between the version of Django …
- 14:32 Changeset [072e25e]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Moved imports to the top of the defaultfilters module.
- 14:14 Changeset [64483b48]stable/1.6.x by
- [1.6.x] Updated translations from Transifex
- 14:12 Changeset [a2814846]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed E124 pep8 warnings.
- 10:56 Ticket #21590 (Don't require forms clean_* methods to return a value) created by
- Adding custom validation to forms isn't as DRY as it colud be: […] …
- 08:45 Version1.7Roadmap edited by
- (diff)
- 08:44 Version1.7Roadmap edited by
- Lagging underscore (diff)
- 08:43 Version1.7Roadmap edited by
- Added the links to the discussions (diff)
- 06:55 Ticket #21589 (syncdb fails aparently in the createsuperuser stage) created by
- This is pretty long a complicated, sorry Tool Versions: OS: Linux …
- 06:25 Changeset [d6d700fc]stable/1.6.x by
- [1.6.x] Fixed #21560 -- Added missing 'slug' field in example code. …
- 04:50 Ticket #21588 ("Modifying upload handlers on the fly" documentation doesn't replicate ...) created by
- In the documentation for …
- 03:14 Ticket #21560 (missing 'slug' field in example code) closed by
- fixed: In 744aac6dace325752e3b1c7c8af64a7bc655186f: […]
- 03:14 Changeset [0873200e]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #2058 from c-schmitt/fixes_21560 Fixed #21560 -- …
12/09/2013:
- 15:54 Changeset [744aac6d]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21560 -- missing 'slug' field in example code I updated the …
- 14:19 Ticket #21587 (Make generic RedirectView default to permanent=False) created by
- Having been bitten by this, and seeing some other reports of it, it …
- 12:36 Ticket #21586 (SQL Anywhere driver project has moved) closed by
- duplicate: While submitting this, I kept getting capcha errors so I submitted a …
- 12:34 Ticket #21586 (SQL Anywhere driver project has moved) created by
- Hi there... I work for SAP and I'm the owner of the Sybase SQL …
- 12:34 Ticket #21585 (SQL Anywhere driver project has moved) created by
- Hi there... I work for SAP and I'm the owner of the Sybase SQL …
- 12:31 Ticket #21584 (prefetch_related child queryset does not update on create) created by
- When a child foreign key relationship has been prefetched, calling …
- 06:43 Ticket #21583 (Offline HTML docs have wrong version (1.5.4, should be 1.6)) closed by
- duplicate: Duplicate of #21400
- 06:00 Ticket #21583 (Offline HTML docs have wrong version (1.5.4, should be 1.6)) created by
- Docs downloaded from …
- 03:57 Ticket #21582 (URL namespaces and included URLconfs: the example might be confusing) created by
- In the example, …
- 01:52 Ticket #21581 (collecstatic --clear is too lax about warning users) created by
-
STATIC_ROOT
is not set in thesettings.py
that ships with the …
Note: See TracTimeline
for information about the timeline view.