Timeline
02/14/2013:
- 23:01 Ticket #19828 ("How to contribute to Django" points to a removed page) created by
- "How to contribute to Django" points to …
- 19:03 Ticket #19822 (USERNAME_FIELD should be validated as unique=True) closed by
- fixed: In f5e4a699ca0f58818acbdf9081164060cee910fa: […]
- 19:02 Changeset [bc6746a]stable/1.5.x by
- [1.5.x] Fixed #19822 -- Added validation for uniqueness on …
- 19:00 Changeset [f5e4a699]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on …
- 17:47 Changeset [1c086df5]stable/1.5.x by
- [1.5.x] Fix filtering during collection of paths in setup.py Thanks …
- 17:47 Changeset [89ce55b]stable/1.5.x by
- [1.5.x] Mention backward relationships in aggregate docs. Thanks …
- 17:46 Changeset [e7ab0d35]stable/1.5.x by
- [1.5.x] Typo in i18n docs. 112c6e987dbe789c8eb1889852f6056131c8d4d6 …
- 17:45 Changeset [6f291474]stable/1.5.x by
- [1.5.x] Fixed #19729 -- Removed leftover refactoring helper variables. …
- 17:29 Changeset [f179a519]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix filtering during collection of paths in setup.py Thanks Marek …
- 16:30 Sprints edited by
- Modified dates of Kansas City Sprint (diff)
- 14:47 Sprints edited by
- adding Kansas City to the upcoming sprints section (diff)
- 14:42 Ticket #19826 (RFC2109-violating Cookies throw unhandled AttributeError deep in stack) closed by
- worksforme: This is fixed in the latest stability/secuiroty fix-only release of …
- 10:44 Ticket #19827 (Exception reraise in defaulttags shoud keep stacktrace) created by
- I've stumbled upon a problem where a reraised exception doesn't keep …
- 09:46 DevelopersForHire edited by
- (diff)
- 09:36 Ticket #19826 (RFC2109-violating Cookies throw unhandled AttributeError deep in stack) created by
- The below cookie causes Django 1.4 to throw an AttributeError: …
- 06:16 Ticket #19825 (URLValidator) created by
- if url have space i get error "raise ValidationError(_(u'Enter a valid …
- 05:09 Sprints edited by
- Added a link to Django Sprint in Japan 13.2. (diff)
- 04:42 Ticket #19824 (Technically ambiguous reference docs for Field.primary_key) created by
- In the [https://docs.djangoproject.com/en/dev/ref/models/fields/ Model …
- 04:25 Changeset [cfdc003a]stable/1.5.x by
- [1.5.x] Fixed #19823 -- Fixed memcached code example in cache docs …
- 04:24 Ticket #19823 (Code example differs from the related explanation.) closed by
- fixed: In 668d0b8d499c45ef7d449b5e56f0adc97660d417: […]
- 04:23 Changeset [668d0b8d]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19823 -- Fixed memcached code example in cache docs
- 03:24 Ticket #19819 (Django highlights incorrect lines for template errors) closed by
- fixed: In 138de533ff677b470a1e7b4b6ff084a5b7a7444b: […]
- 03:22 Changeset [138de533]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19819 - Improved template filter errors handling. Wrap the …
- 01:33 Changeset [f1029b30]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 misnamed variable introduced in commit 142ec8b283 Refs #8404.
02/13/2013:
- 18:18 Ticket #19823 (Code example differs from the related explanation.) created by
- At https://docs.djangoproject.com/en/1.4/topics/cache/#memcached the …
- 17:48 Ticket #19822 (USERNAME_FIELD should be validated as unique=True) created by
- The docs describe the fact that USERNAME_FIELD on a custom User model …
- 17:42 DevelopersForHire edited by
- (diff)
- 17:42 DevelopersForHire edited by
- (diff)
- 17:40 DevelopersForHire edited by
- (diff)
- 17:33 DevelopersForHire edited by
- (diff)
- 16:12 Ticket #8404 (Auth password reset tests are too restrictive about template requirements) closed by
- fixed: In 142ec8b2835c242339b930c47a70a3c7036df91d: […]
- 16:11 Changeset [142ec8b2]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #8404 -- Isolated auth password-related tests from custom templates
- 15:52 Ticket #18961 (django 1.5 and os x snow leopard default python) closed by
- invalid: I don't think this is a valid defect as Django 1.5 explicitly requires …
- 15:10 Ticket #19809 (Python module index missing) closed by
- fixed: In …
- 15:01 Ticket #19821 (Not working link in docs.djangoproject.com) closed by
- duplicate: Duplicate of #19809
- 14:51 Ticket #19821 (Not working link in docs.djangoproject.com) created by
- When in the development trunk on page: …
- 14:11 Ticket #19820 (Make loaddata error messages less cryptic) created by
- At present, error messages when running loaddata don't include any …
- 11:27 Ticket #19693 (truncatewords_html closes <br/> <hr/> tags) closed by
- fixed: In ac4faa6dc33407c93566884e53fa5d8ef44c0a2a: […]
- 11:24 Changeset [ac4faa6d]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19693 -- Made truncatewords_html handle self-closing tags …
- 10:13 Ticket #19819 (Django highlights incorrect lines for template errors) created by
- This issue is bugging me for a while now and after searching for …
- 08:39 Ticket #19818 (Request Add to Hosting Page) created by
- Hi - I don't seem to have edit rights although I am registered. We …
- 03:37 Ticket #18558 (Supply `url` property to `HttpResponseRedirect` and ...) closed by
- fixed: In e94f405d9499d310ef58b7409a98759a5f5512b0: […]
- 03:29 Changeset [e94f405d]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18558 -- Added url property to HttpResponseRedirect* Thanks …
- 02:19 Ticket #19817 (Hosting page add request) closed by
- fixed: You've been added on that page.
- 02:19 DjangoFriendlyWebHosts edited by
- Added betaforce.com (#19817) (diff)
02/12/2013:
- 19:05 Ticket #19817 (Hosting page add request) created by
- Hello, I apologize in advance if this is not the proper channel to …
- 19:04 Ticket #19815 (unused import in urls.py) closed by
- fixed: In 9eb7d59665972690bea790fd1ed12eeb142c0ee4: […]
- 19:04 Changeset [9eb7d59]stable/1.4.x by
- [1.4.x] Fixed #19815 - Removed an unused import in tutorial 3. Thanks …
- 18:54 Ticket #19816 (Assigning a QS to a M2M relation that was generated from that M2M ...) created by
- […] […] Would expect vegs to be unchanged, and pizza.toppings …
- 18:25 Ticket #19815 (unused import in urls.py) created by
- This is not a big deal at all, but in the page: …
- 18:12 Changeset [f83bec48]stable/1.5.x by
- [1.5.x] Fix admindocs on Python 3, where None cannot be sorted with …
- 18:10 Changeset [3a002db6]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix admindocs on Python 3, where None cannot be sorted with strings. …
- 17:17 Ticket #19814 (dead link) closed by
- duplicate: Duplicate of #19809
- 17:06 Ticket #19814 (dead link) created by
- on page: https://docs.djangoproject.com/en/1.4/intro/tutorial01/ …
- 16:39 Changeset [dec7dd99]stable/1.4.x by
- [1.4.x] Removed try-except in django.db.close_connection() The reason …
- 16:26 Ticket #19813 (Bad Link) closed by
- duplicate: Duplicate of #19809
- 16:25 Changeset [fafee74]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed try-except in django.db.close_connection() The reason was …
- 16:22 Changeset [743263a1]stable/1.5.x by
- [1.5.x] Removed try-except in django.db.close_connection() The reason …
- 15:45 Ticket #19813 (Bad Link) created by
- https://docs.djangoproject.com/en/1.4/genindex/ (clicked through …
- 14:50 Ticket #6276 (Serializers should dump correct data for BooleanFields) closed by
- fixed: This seems to be solved since that time.
- 14:15 Tutorials edited by
- Removed broken link (diff)
- 14:12 Tutorials edited by
- Removed link that now links to a porn site. (diff)
- 13:37 Ticket #19812 (Duplicate phrase in documentation of MultiWidget) created by
- The documentation in …
- 13:19 Ticket #19800 (Broken "Index" link on table of contents page) closed by
- duplicate: Duplicate of #19809
- 11:00 Ticket #19811 (KeyError: u"Unknown language code 'en-us'.") created by
- Default LANGUAGE_CODE='en-us' is not present in …
- 10:47 Ticket #19810 (MemcachedCache should use pickle.HIGHEST_PROTOCOL) created by
- MemcachedCache does not specify pickle protocol, and python-memcached …
- 10:18 OracleSpatialTestSetup edited by
- (diff)
- 09:43 Ticket #19809 (Python module index missing) created by
- Getting a 404 error when I try to access this link: …
- 08:24 Ticket #19808 (Spelling Mistake) closed by
- fixed: In 74003ca36b0712830c3756bc00a0d1f1d4b313ea: […]
- 08:24 Changeset [c4841b3]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #719 from JonLoy/ticket_19808 Fixed #19808 -- Typo …
- 08:14 Changeset [74003ca]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19808 Capitalization error in example text
- 07:11 OracleSpatialTestSetup edited by
- (diff)
- 06:38 Ticket #19803 (Mention backward relationships in ORM aggrregation documentation) closed by
- fixed: In 0560bfb705687c831e2769b1202706e2ceb1f7a7: […]
- 06:36 Changeset [0560bfb7]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Mention backward relationships in aggregate docs. Thanks Anssi and …
- 06:08 Ticket #19808 (Spelling Mistake) created by
- In …
- 05:27 Ticket #19807 (Creating a superuser doesn't work) created by
- When syncdb asks if it should create a superuser it fails right after …
- 05:13 Changeset [d7094bbc]stable/1.3.x by
- [1.3.x] Added a default limit to the maximum number of forms in a …
- 05:13 Changeset [d3a45e10]stable/1.3.x by
- [1.3.x] Checked object permissions on admin history view. This is a …
- 05:13 Changeset [d19a270]stable/1.3.x by
- [1.3.x] Restrict the XML deserializer to prevent network and …
- 04:41 Changeset [27cd872]stable/1.3.x by
- [1.3.x] Added ALLOWED_HOSTS setting for HTTP host header validation. …
- 03:10 Changeset [278dad5b]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19746 -- Allow deserialization of pk-less data
02/11/2013:
- 22:44 Ticket #19806 (django_bash_completion clobbers upstream completion of ‘python’) created by
-
extras/django_bash_completion
now tries to complete `python … - 15:55 Ticket #19802 (HttpResponse.set_cookie doesn't handle unicode data) closed by
- worksforme: Django 1.5 should support unicode cookie keys. On 1.4, you can …
- 14:56 Changeset [5a3d9490]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Accepted None in tzname(). This is required by the tzinfo API, see …
- 13:36 Ticket #19805 (Required trailing slash on tarball URLs breaks pip) closed by
- duplicate: Dupe of #19772. I've deployed the patch on the server while we're …
- 12:32 Ticket #19805 (Required trailing slash on tarball URLs breaks pip) created by
-
https://www.djangoproject.com/download/1.4.3/tarball/
ends in a … - 11:21 Ticket #19804 (Additional modules link is broken) closed by
- needsinfo: Thanks, but it would help if you told us which link you're talking …
- 10:50 Ticket #19804 (Additional modules link is broken) created by
- 09:47 Ticket #19803 (Mention backward relationships in ORM aggrregation documentation) created by
- The associated patch adds mention of the ability and examples re: …
- 08:51 Ticket #19802 (HttpResponse.set_cookie doesn't handle unicode data) created by
- When calling HttpResponse.set_cookie as below, you get an error from …
- 06:38 Ticket #19801 (input_formats sample codes missing the required parenthesis) created by
- In the Form Fields documentation, the DateField and DateTimeField …
- 05:21 Ticket #19800 (Broken "Index" link on table of contents page) created by
- From the table of contents is broken. But, thanks for all the awesome …
- 05:11 Ticket #19799 (PASSWORD_HASHERS attempt to look up empty algorithm in certain cases) created by
-
Hi,
the Django 1.4+
PASSWORD_HASHERS
lookup conflicts with … - 04:05 Ticket #19797 (Test client does not handle data well) closed by
- duplicate: Closing as a duplicate of #17371. Please reopen if you encounter the …
- 03:55 Ticket #19798 (Django Randomly crashes postgres) closed by
- needsinfo: It's hard to believe that django would crash postgres. If you think …
- 03:38 Changeset [7db770b]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added a check in the creation of IS NULL clauses. value_annotation …
- 02:35 Ticket #19798 (Django Randomly crashes postgres) created by
- Hallo guys, I installed django 1.4 on a Ubuntu 12.04 LTS 64 Bit, …
- 02:03 Ticket #19785 (Some bug) closed by
- needsinfo: I'm afraid the report doesn't contain enough information for us to …
- 01:46 Ticket #19044 (Allow get_success_url to access self. object in DeletionMixin) closed by
- fixed: In a10f3908042a71ec5ef81bf76f0f278ca5e7a596: […]
- 01:42 Changeset [b4fb448f]stable/1.4.x by
- Fixed WSGIPythonPath instruction in deployment docs Partial backport …
- 01:39 Ticket #19796 (virtualenv and modwsgi) closed by
- duplicate: This was fixed in dev and 1.5 in #19042. I will backport the relevant …
- 01:39 Changeset [a10f3908]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #19044 -- Made
DeletionMixin
interpolate itssuccess_url
. …
Note: See TracTimeline
for information about the timeline view.