Timeline
03/02/2010:
- 19:51 Ticket #13015 (Language regarding ModelForms with instances attached vs. bound Forms ...) created by
- I discovered that providing initial via the field = …
- 17:45 Ticket #13014 (Document using LANGUAGE_CODE with the cache template tag) created by
- Issue: The cache templatetag does not take into account the …
- 17:15 Ticket #11526 (LDAP authentication backend) closed by
- wontfix: Sorry, by closed I meant wontfix. Closing wontfix myself on the advice …
- 16:25 Ticket #1807 ([patch] union and intersection operating on lists) reopened by
- So, I believe I have found a case where the standard behavior of the …
- 16:23 Ticket #13012 (Model.objects.get_or_create() try/except is slightly yet insideously broken) closed by
- invalid: That's exactly what the get_or_create code wants to do: reflect the …
- 16:09 Ticket #11994 (save upload file with specify encode) closed by
- fixed: I suspect this is fixed by r12661, which restores old behavior of …
- 16:02 Changeset [c6e662cd]stable/1.1.x by
- [1.1.X] Fixed #12898: Reverted a change that assumed the file system …
- 16:02 Ticket #12898 (non-english filenames broken on Windows after r10693) closed by
- fixed: (In [12662]) [1.1.X] Fixed #12898: Reverted a change that assumed the …
- 15:58 Changeset [600aa667]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11030: Reverted a change that assumed the file system encoding …
- 15:58 Ticket #13013 (Example form in i18n docs is missing {% csrf_token %}) created by
- The form at the bottom of the …
- 15:20 Ticket #13012 (Model.objects.get_or_create() try/except is slightly yet insideously broken) created by
- What is wrong with this code: […] That's right, e is not defined. …
- 13:41 Ticket #11522 (UnicodeEncodeError on redirect to non-ASCII Location) closed by
- fixed: (In [12660]) [1.1.X] Fixed #11522: Restored ability of http redirect …
- 13:41 Changeset [b50b3cf7]stable/1.1.x by
- [1.1.X] Fixed #11522: Restored ability of http redirect responses to …
- 13:37 Changeset [125c748c]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11522: Restored ability of http redirect responses to correctly …
- 13:26 Ticket #13011 (Clear Cache tag for consideration) created by
- Hi. Here is a template tag I wrote that might be worth adding. It …
- 11:38 Ticket #13010 (ModelForm clean() is ignored) closed by
- duplicate: Duplicate of #12960.
- 11:15 Ticket #13010 (ModelForm clean() is ignored) created by
- In 1.2 when you validate a form the logic is as follows: * …
- 11:14 Sprint201003Argentina edited by
- Addded times, link to PyCamp page, clarified Cordoba location and … (diff)
- 11:11 Changeset [cea0374c]stable/1.1.x by
- [1.1.X] Fixed Bosnian language code introduced in r12330. Backport …
- 10:40 Sprints edited by
- (diff)
- 09:42 Changeset [53eeab64]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed Bosnian language code introduced in r12322. git-svn-id: …
- 09:20 NonSqlBackends edited by
- (diff)
- 09:20 AppEngine edited by
- (diff)
- 09:19 AppEngine edited by
- (diff)
- 08:56 Ticket #13009 (provide django.forms field type info for use in templates) created by
- My use case is that it would be useful to have access to this info …
- 08:49 Sprint201003Argentina edited by
- Added myself to online participants. (diff)
- 08:13 Ticket #13008 (@never_cache decorator should add 'no-cache' & 'no-store') created by
- I noticed that the never_cache {{{ django/views/decorators/cache.py …
- 06:27 SummerOfCode2010 edited by
- Greg Wilson added as potential GSoC mentor. (diff)
- 04:21 Ticket #13007 (Django fails to log in when a cookie is set on the same domain ...) created by
- From the release notes for the development version of django 1.2 I …
- 02:44 Changeset [135781f4]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Polish translation updated git-svn-id: …
- 01:47 Changeset [755a0f6d]stable/1.1.x by
- [1.1.X] Fixed #6510 -- Refactored the way child nodes are found in …
- 01:47 Ticket #6510 (get_nodes_by_type refactor for easier extensibility (fixes an ...) closed by
- fixed: (In [12655]) [1.1.X] Fixed #6510 -- Refactored the way child nodes are …
- 01:42 Changeset [f034c79c]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #6510 -- Refactored the way child nodes are found in template …
- 00:22 DjangoDesign edited by
- added "Documentation for CSS Elements" (diff)
03/01/2010:
- 22:56 Ticket #13006 (Add order_by with sql LOWER() support) created by
- I have to order a huge list of of names and when i order by the the …
- 22:21 Ticket #12765 (syndication test fails with psycopg1 backend) closed by
- duplicate: Closing in favor of #12998, which I believe has the more correct …
- 22:06 Changeset [a6225393]stable/1.1.x by
- [1.1.X] Fixed #12946: Removed an invalid example of url tag usage from …
- 22:04 Ticket #12946 ({% url %} tag docs show an invalid example mixing args and kwargs, ...) closed by
- fixed: (In [12652]) Fixed #12946: Removed an invalid example of url tag usage …
- 22:04 Changeset [ecb56cec]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12946: Removed an invalid example of url tag usage from the …
- 21:32 Changeset [69fb5c25]stable/1.1.x by
- [1.1.X] Fixed #11710: Made a small test change to ensure utf-8 …
- 21:28 Ticket #11710 (construct_change_message() with unicode verbose_name fix) closed by
- fixed: (In [12650]) Fixed #11710: Made a small test change to ensure utf-8 …
- 21:28 Changeset [6d7754ba]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11710: Made a small test change to ensure utf-8 bytestrings in …
- 20:48 Ticket #11607 (ForeignKeyRawIdWidget render throws uncaught exception if value does ...) closed by
- fixed: Fixed in r12648/r12649 for #11465. Wish I had found this ticket with …
- 20:39 Changeset [08a698ed]stable/1.1.x by
- [1.1.X] Fixed #11465: Ensure nonexistent pks enterd in an admin raw id …
- 20:28 Ticket #11465 (Broken representation of nonexisting objects for raw_id_fields) closed by
- fixed: (In [12648]) Fixed #11465: Ensure nonexistent pks enterd in an admin …
- 20:28 Changeset [2890c22]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field …
- 20:18 Ticket #13005 (We need a way to allow for request/user specific default values in the ...) created by
- I propose a new function in line with the get_readonly_fields(self, …
- 19:56 Ticket #13004 (The new get_readonly_fields() method of the ModelAdmin breaks with ...) created by
- This breaks if a ManyToMany field is specified as readonly. This is …
- 19:28 Ticket #13003 (model._state.db isn't populated when the model comes from a select_related) created by
- 18:09 Ticket #13002 (InlineModelAdmin 'form' option defaults to ModelForm, not BaseModelForm) created by
- While messing around a bit with admin customization, I noticed that …
- 18:00 Changeset [5f70a728]stable/1.1.x by
- [1.1.X] Fixed a silly bug in [12644]. Backport of [12646]. Of …
- 17:59 Changeset [17c466a5]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a silly bug in [12644]. Kids, please don't drink and code; the …
- 17:45 Ticket #11044 (FormWizard extra_context attribute is class-wide) closed by
- fixed: Fixed in [12644] (that has a typo in the commit message), backported …
- 17:35 Ticket #12087 (Django "TransactionTestCase" isn't) closed by
-
wontfix: To my eyes,
TransactionTestCase
does exactly what … - 17:26 Changeset [60f4b7c]stable/1.1.x by
-
[1.1.X] Fixed #1104: set
FormWizard.extra_context
in__init__
to … - 17:26 Changeset [4c18facd]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #1104: set
FormWizard.extra_context
in__init__
to avoid … - 17:05 Ticket #12992 (New template loaders lose debug information) closed by
- fixed: (In [12643]) Fixed #12992: Adjusted the new template loader code so …
- 17:05 Changeset [698410ab]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12992: Adjusted the new template loader code so that the …
- 14:32 Changeset [34a3b7b6]stable/1.1.x by
- [1.1.X] Fixed #5605: only lowercase the domain portion of an email …
- 14:30 Ticket #5605 (Username email address part is case sensitive) closed by
- fixed: (In [12641]) Fixed #5605: only lowercase the domain portion of an …
- 14:30 Changeset [973bf6f]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #5605: only lowercase the domain portion of an email address in …
- 14:19 Changeset [ac72c8d1]stable/1.1.x by
-
[1.1.X] Fixed #10878, an error in the
Moderator
docstring. Thanks, … - 14:18 Changeset [8b2662c5]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #10878, an error in the
Moderator
docstring. Thanks, Travis … - 14:18 Ticket #10878 (Comments moderation.py docstring error) closed by
-
fixed: (In [12639]) Fixed #10878, an error in the
Moderator
docstring. … - 14:14 Changeset [7e1c670]stable/1.1.x by
- [1.1.X] Fixed #11012: don't needless convert cache values to unicode. …
- 14:11 Changeset [b3a56755]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11012: don't needless convert cache values to unicode. This …
- 14:11 Ticket #11012 (Memcached cache module fails when retrieving binary strings via ...) closed by
- fixed: (In [12637]) Fixed #11012: don't needless convert cache values to …
- 14:06 Changeset [6b94c645]stable/1.1.x by
- [1.1.X] Fixed #11457: tightened the security check for "next" …
- 13:58 Changeset [6e748b5d]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11457: tightened the security check for "next" redirects after …
- 13:58 Ticket #11457 (Login Redirect Security Check Overly Broad) closed by
- fixed: (In [12635]) Fixed #11457: tightened the security check for "next" …
- 13:49 Ticket #5786 (Relax character restrictions on auth usernames) closed by
- fixed: (In [12634]) Fixed #5786: relaxed the validation for usernames to …
- 13:49 Changeset [c8015052]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #5786: relaxed the validation for usernames to allow more common …
- 12:58 Changeset [64765169]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed test of the admin actions selection counter for changes made in …
- 12:46 Changeset [5f3a5303]stable/1.1.x by
- [1.1.X] Fixed #11791: Put hidden input elements in the change list …
- 12:43 Ticket #11791 (Incorrect HTML Code rendered in list_editable enabled changelists) closed by
- fixed: (In [12631]) Fixed #11791: Put hidden input elements in the change …
- 12:43 Changeset [d2dffd78]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11791: Put hidden input elements in the change list inside td …
- 08:43 Changeset [c6b737c]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12987 - Added a few versionadded directives to the admin docs. …
- 08:41 Ticket #12987 (Some versionadded directives missing from contrib.admin reference ...) closed by
- fixed: (In [12629]) [1.1.X] Fixed #12987 - Added a few versionadded …
- 08:41 Changeset [f09eabf]stable/1.1.x by
- [1.1.X] Fixed #12987 - Added a few versionadded directives to the …
- 08:36 Changeset [4871b65]stable/1.1.x by
- [1.1.X] Fixed #12966 - Force unicode of verbose labels in admin change …
- 08:34 Ticket #12966 (Unicode pluralnames doesn`t work well with InlineAdmin) closed by
- fixed: (In [12627]) Fixed #12966 - Force unicode of verbose labels in admin …
- 08:34 Changeset [e889b69d]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12966 - Force unicode of verbose labels in admin change …
- 08:34 Changeset [2dafe4ac]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12903 - Added plural forms to a few strings in the admin …
- 08:34 Ticket #12903 (Missing plural forms in admin) closed by
- fixed: (In [12626]) Fixed #12903 - Added plural forms to a few strings in the …
- 06:44 Ticket #342 (Add a way for fields to be displayed in the admin without being editable) closed by
- fixed: Please open new tickets for follow-on problems rather than re-opening …
- 05:39 Ticket #342 (Add a way for fields to be displayed in the admin without being editable) reopened by
- This breaks if a ManyToMany field is specified as readonly. This is …
- 05:33 Ticket #13001 (Update to Irish Language translation file) created by
- Patch to translate new strings from 1.2 and to correct some existing …
- 05:27 Ticket #13000 (Deprecated code in admin forms triggers string translation too soon) created by
- The forms UserCreationForm and PasswordResetForm of the admin …
- 04:19 Ticket #12779 (Form fields don't handle localized numbers correctly) closed by
- fixed: (In [12625]) Fixed #12779 - Sanitize numeric form field input …
- 04:19 Changeset [0d2a24fd]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12779 - Sanitize numeric form field input according to decimal …
- 04:19 Changeset [284e7e3]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Refined changes made in r12546 to also respect the …
- 03:55 ForumAppsComparison edited by
- (diff)
- 03:41 Ticket #12999 (update_all_contenttypes in contenttypes.management fails in django 1.2) created by
- Bug introduced with multiple database support. The function loop over …
02/28/2010:
- 23:37 Ticket #12879 (jquery gets included multiple times) reopened by
- Ooops, I was wrong, sorry. However, if one will do that - […] …
- 23:27 Ticket #12998 (RSS feed test fails in various situations due to time check) created by
- […] I'm in the Pacific Time Zone and I suspect this has to do with …
- 20:18 Ticket #12997 (Add Metadata Targets to QuerySet API Reference) created by
- I've switched titles to targets in the QuerySet API reference, per …
- 19:54 Ticket #12996 (django.contrib.localflavor.it.forms do not handle help_text correctly) created by
- A "init() got an unexpected keyword argument 'help_text'" …
- 18:40 Ticket #12995 ("source" exception attribute no longer handled properly by debug ...) created by
- The "source" attribute on exceptions handled by the debug view was …
- 15:51 Ticket #12993 (error in tutorial04) closed by
- invalid: You're using django 1.1 (as your version indicates), but following the …
- 15:27 Ticket #12994 (error in Register (for logon to this site)) created by
- I attempted to register a userid for this site but did not receieve a …
- 15:23 Ticket #12993 (error in tutorial04) created by
- I am a first time django user, and have just completed the (very …
- 13:17 Ticket #12992 (New template loaders lose debug information) created by
- For a TemplateSyntaxErorr, if you have the new-style template loaders …
- 12:36 DjangoResources edited by
- Add OSQA (diff)
- 09:29 Changeset [1b2b3b0]stable/1.1.x by
- [1.1.X] Fixed #12302: Modified force_unicode to avoid raising unicode …
- 09:24 Changeset [68dd63b9]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Minor spacing fix. git-svn-id: …
- 09:18 Ticket #12302 (Exception with utf8 message leads to DjangoUnicodeDecodeError) closed by
- fixed: (In [12621]) Fixed #12302: Modified force_unicode to avoid raising …
- 09:18 Changeset [9e95d6f6]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12302: Modified force_unicode to avoid raising unicode errors …
- 08:21 Ticket #12991 (Django 1.2 should have optional support for unittest2) created by
- The new additions for unittest2 are awesome, and we should be using …
- 06:03 Ticket #12989 (URLValidator's verify_exists fails on IDN (Internationalized Domain Names)) closed by
- fixed: (In [12620]) Fixed #12989 - Fixed verification of IDN URLs. Thanks to …
- 06:01 Changeset [68f216a]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12989 - Fixed verification of IDN URLs. Thanks to Fraser Nevett …
02/27/2010:
- 22:47 Ticket #5793 (Allow custom attributes in Meta classes) closed by
- wontfix: If you disagree with a wontfix designation, the correct place to bring …
- 22:42 Ticket #5793 (Allow custom attributes in Meta classes) reopened by
- I'd like to ask this be given another thought. I'm not really …
- 15:14 Ticket #12990 (New Field Type: JSONField) created by
- I have been using this for over a year now and find it quite useful. …
- 15:08 Changeset [d7abb33e]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12933 - AdminSite.admin_view disables @csrf_view_exempt Thanks …
- 15:08 Ticket #12933 (self.admin_site.admin_view() disables @csrf_view_exempt, should have ...) closed by
- fixed: (In [12619]) Fixed #12933 - AdminSite.admin_view disables …
- 15:00 Ticket #12964 (CSRF upgrading documentation gives wrong path for decorators) closed by
- fixed: (In [12618]) Fixed #12964 - wrong path for CSRF decorators in …
- 15:00 Changeset [9f592ecc]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12964 - wrong path for CSRF decorators in upgrading notes. …
- 14:07 Ticket #12989 (URLValidator's verify_exists fails on IDN (Internationalized Domain Names)) created by
- Changeset [12474] introduced validation for IDN values in URLs. …
- 12:09 Ticket #12988 (Add support of IDN domains for URLField validator.) created by
- With Django trunk (revision 12617), I have the following: […] …
- 11:52 Ticket #6552 (django.core.context_processors.auth causes "Vary: Cookie" header no ...) closed by
- fixed: I cannot reproduce. I started a new project, which has the session …
- 11:34 Ticket #12987 (Some versionadded directives missing from contrib.admin reference ...) created by
- See …
- 11:33 Ticket #12986 (SelectDateField doesn't repost data when USE_L10N = True and ...) created by
- Hello, If validation of a form fails, SelectDateField doesn't repost …
- 10:37 Changeset [e0679ef]stable/1.1.x by
- [1.1.X] Removed more stray tabs in Python files. Applicable parts of …
- 10:31 Ticket #12374 (QuerySet .iterator() loads everything into memory anyway) reopened by
- I'm having this problem with QuerySet.iterator() as well - we have a …
- 10:30 Changeset [9fab1467]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed more stray tabs in Python files. git-svn-id: …
- 09:40 Changeset [aa8a9856]stable/1.1.x by
- [1.1.X] Fixed #12981 -- Removed some stray tabs. Thanks to loewis for …
- 02:52 Ticket #12985 (Add a download link for the current file with the current file name to ...) created by
- Wouldn't it be nice for the FileInput widget which has an initial …
- 01:38 Ticket #12984 (type in signals documentation) created by
- http://docs.djangoproject.com/en/dev/ref/signals/#ref-signals Last …
- 01:25 Ticket #12983 (Spelling error in trunk signal documentation) created by
- http://docs.djangoproject.com/en/dev/topics/signals/ I before E …
Note: See TracTimeline
for information about the timeline view.