summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-16Fixed a form test from [12211] that didn't clean up after itself. Thanks, Ale...Jacob Kaplan-Moss
2010-01-16Created a 'DB optimization' topic, with cross-refs to relevant sections.Luke Plant
2010-01-14Fixed #12591 -- Renamed `add_postgis_srs` to `add_srs_entry` (keeping backwar...Justin Bronn
2010-01-14Fixed #12560. Changed validate_unique to stop checking null primary key value...Joseph Kocherhans
2010-01-14Fixed #12386 -- Corrected the column names produced for autogenerated m2m tab...Russell Keith-Magee
2010-01-14Fixed #12606 - Removed stray print statement. Thanks, Sean Brant.Jannis Leidel
2010-01-13Fixed #12603 -- Corrected typo in m2m signals docs. Thanks to hvdklauw for th...Russell Keith-Magee
2010-01-13Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (i...Russell Keith-Magee
2010-01-12Fixed #9326 - Use decorator syntax in get_absolute_url example. Thanks, timo.Jannis Leidel
2010-01-12Fixed #11794 - Typo in model manager documentation. Thanks, timo.Jannis Leidel
2010-01-12Fixed #12496 - Added code examples to built-in filter documentation. Thanks, ...Jannis Leidel
2010-01-12Fixed #11796 - Tweaked ordering of permissions a little more to be even nicer.Jannis Leidel
2010-01-12Make use of new ability to override admin add form templates and removed a li...Jannis Leidel
2010-01-12Fixed #8933 - Allow more admin templates to be overridden.Jannis Leidel
2010-01-12Fixed #10640 - Adds a add_form_template option to ModelAdmin. Thanks jcsackett.Jannis Leidel
2010-01-12Fixed #12588 - test failure since r12207Luke Plant
2010-01-12Fixed #10923 -- The GEOS bindings now use the thread-safe API, when applicabl...Justin Bronn
2010-01-12Fixed #12516. Added the new location of email_re to the release notes. This r...Joseph Kocherhans
2010-01-12Fixed #12525. Added a note to the validators doucmentation that models will n...Joseph Kocherhans
2010-01-12Fixed #12510. Changed ModelChoiceField to stop using some of its superclasses...Joseph Kocherhans
2010-01-12Fixed some bad indentationLuke Plant
2010-01-12Fixed #12586. Corrected a typo in the validation docs. Thanks, phyfus.Joseph Kocherhans
2010-01-12Documented the backwards incompatibility caused by `in` being a new keyword i...Luke Plant
2010-01-12Fixed #12575 - created a better interface for getting/setting the effective ...Luke Plant
2010-01-12Fixed #12512. Changed ModelForm to stop performing model validation on fields...Joseph Kocherhans
2010-01-11Fixed #12567: updated Polish translation of GIS terms. Thanks pigletto for pa...Jarek Zgoda
2010-01-11Fixed #12558 -- Improved error handling when processing DATABASES setting. Th...Russell Keith-Magee
2010-01-10Fixed #11409 -- Reordered the permissions checkboxes in the admin into a more...Adrian Holovaty
2010-01-10Fixed #11222 -- Clarified location of admin templates in tutorial02. Thanks, ...Adrian Holovaty
2010-01-10Fixed #11976 -- Ended our campaign to add the word 'valdation' to the English...Adrian Holovaty
2010-01-10Fixed #11783 -- ordinal template tag now catches TypeError. Thanks, realpolit...Adrian Holovaty
2010-01-10Fixed #11842 -- django-admin.py now displays usage information if invoked wit...Adrian Holovaty
2010-01-10Fixed #12297 -- Fixed typo in docs/topics/db/queries.txt. Thanks, bertil and ...Adrian Holovaty
2010-01-10Polish translation updateJarek Zgoda
2010-01-10Fixed: 3274: Added date_list context variable to the archive_month generic vi...Karen Tracey
2010-01-10Fixed #9223 -- Added support for declarative widgets to ModelForm. I declare ...Adrian Holovaty
2010-01-10Fixed #12113 -- Clarified is_active documentation. Thanks, ejucovy and isagalaevAdrian Holovaty
2010-01-10Fixed #10887 -- Fixed a possible gotcha in admin.autodiscover() by moving imp...Adrian Holovaty
2010-01-10Fixed #11501 -- Removed 'How meta' from tutorial 2 to appease the grammar nazisAdrian Holovaty
2010-01-10Fixed #11693 -- Added escaping for the dot in sitemap.xml in the URLpattern i...Adrian Holovaty
2010-01-10Fixed #11794 -- Removed an unnecessary literary flourish in docs/topics/db/ma...Adrian Holovaty
2010-01-10Fixed #12345 -- Fixed bug in db/models.txt.Adrian Holovaty
2010-01-10Fixed #11952 -- Documented HttpResponse.status_code attribute. Thanks, timoAdrian Holovaty
2010-01-10Fixed #6094 again -- fixed broken unit tests. Thanks, isagalaevAdrian Holovaty
2010-01-10Fixed #11960 -- Improved error message for redirects. Thanks, mattmccAdrian Holovaty
2010-01-10Fixed #12271 -- Fixed typo in URLField docs. Thanks, adam@andyet.netAdrian Holovaty
2010-01-10Fixed #12195 -- Clarified cache documentation to rename 'timeout_seconds' to ...Adrian Holovaty
2010-01-10Fixed #12161 -- Added escaping of a backslash in two generic-views.txt exampl...Adrian Holovaty
2010-01-10Fixed #12084 -- Documented the fact that QuerySet.update() returns the number...Adrian Holovaty
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty