Ramiro Morales
|
71a4c472ab
Added myself to the committers list.
|
14 years ago |
Carl Meyer
|
5b155e2a87
Added myself to contributors.
|
14 years ago |
Alex Gaynor
|
ccc43508e3
Fixed #13241. order_with_respect_to now works with ForeignKeys who refer to their model lazily (i.e. with a string). Thanks to Gabriel Grant for the patch.
|
14 years ago |
Andrew Godwin
|
37023bc0bc
Adding my bio. Andrew enjoys writing about himself in the third person.
|
14 years ago |
Alex Gaynor
|
5c01585450
Added myself to the committers docs.
|
14 years ago |
Russell Keith-Magee
|
e5c41c79e0
Corrected the spelling of David Brenneman's name in the AUTHORS file. Apologies, David.
|
14 years ago |
Russell Keith-Magee
|
b24a55ca79
Migrated fixtures_regress doctests. Thanks to David Brenneman for the patch.
|
14 years ago |
Russell Keith-Magee
|
9c402f0ecc
Added Stephan Jaekel to AUTHORS for his excellent work purging doctests.
|
14 years ago |
Russell Keith-Magee
|
11aee35a9f
Fixed #11486 -- Corrected the XML serializer to allow for the serialization of objects with a null PK value. Also includes migration of doctests to unittests (we have always been at war with doctests). Thanks to zdmytriv for the report, and Niall Kelly for the patch.
|
14 years ago |
Malcolm Tredinnick
|
255147c97e
Added more readable __str__ and __repr__ methods to MergeDict.
|
14 years ago |
Russell Keith-Magee
|
015d85aee6
Fixed #14102 -- Ensure that fields that have been excluded from a form aren't included in the unique_for_* checks, either. Thanks to Travis Cline for the report and fix.
|
14 years ago |
Russell Keith-Magee
|
05f5217551
Corrected some alphabetization and dupe issues in the AUTHORS file
|
14 years ago |
Russell Keith-Magee
|
db04b24e06
Fixed #14002 -- Updated filesize filter to support terabyte and petabyte file sizes. Thanks to Aaron T. Myers for the patch.
|
14 years ago |
Russell Keith-Magee
|
047d161164
Fixed #14002 -- Updated filesize filter to support terabyte and petabyte file sizes. Thanks to Aaron T. Myers for the patch.
|
14 years ago |
Russell Keith-Magee
|
7e06065d8b
Fixed #13552 -- Added a 'using' parameter to database signals. Thanks to gmandx for the suggestion, and Andrew Godwin for the patch.
|
14 years ago |
Russell Keith-Magee
|
0c37f8d81f
Fixed #12775 -- Modified the --exclude argument to dumpdata to allow exclusion of individual models. Thanks to emulbreh for the suggestion, and Joshua Ginsberg for the patch.
|
14 years ago |
Russell Keith-Magee
|
d75922dad6
Fixed #13610 -- Improved error reporting when the ENGINE setting is ommitted from a database configuration. Thanks to Gregor Müllegger for the report and patch.
|
14 years ago |
Russell Keith-Magee
|
6ab3fea113
Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a 1.3 development branch.
|
14 years ago |
Russell Keith-Magee
|
2597f31ed4
Refs #8901 -- Reverted r13328 because the patch imposes a minimum version requirement of Postgres 8.0; we can't impose that on Django 1.2, so we need to wait until the 1.3 is branched before we can apply this change.
|
14 years ago |
Russell Keith-Magee
|
21a690fcfe
Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identifiers exceed the maximum identifier length. Thanks to adam@zuerchertech.com for the report, and Matt Hoskins for the patch.
|
14 years ago |
Jannis Leidel
|
b5a628bf15
Fixed #13496 - Added Indonesian translation (id). Thanks, Selwin Ong.
|
15 years ago |
Russell Keith-Magee
|
2faa3acb4b
Fixed #13328 -- Added a __getstate__/__setstate__ pair to fields so that callable default values aren't pickled. Thanks to bkonkle for the report, and Vitaly Babiy for the patch.
|
15 years ago |
Jannis Leidel
|
aba95dcc0b
Fixed #13023 - Removed ambiguity with regard to the max_num option of formsets and as a result of admin inlines. Thanks to Gabriel Hurley for the patch.
|
15 years ago |
Jannis Leidel
|
2164e138e3
Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy, Ramiro Morales and Yann Malet.
|
15 years ago |
Joseph Kocherhans
|
f2d5582c53
Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita.
|
15 years ago |
Justin Bronn
|
bca753e283
Fixed #12485 -- Added links to polls templates in tutorial. Thanks, gungadin for ticket and Derek Willis for patch.
|
15 years ago |
Justin Bronn
|
1d5165e3be
Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` instead of `AttributeError` in certain circumstances. Thanks, Bruno Renié.
|
15 years ago |
Justin Bronn
|
5546430304
Fixed #12608 -- No longer return inconsistent results when using `values` and `values_list` in conjunction with `annotate`. Thanks, Charlie Leifer.
|
15 years ago |
Justin Bronn
|
c4699b0b8a
Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks, Bruno Renié.
|
15 years ago |
Justin Bronn
|
349827996b
Fixed #12072 -- Certain characters no longer break url tag. Thanks, Alexander Dutton.
|
15 years ago |